Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 9, 2025
1 parent 1519ec9 commit f3abf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/repository/ProxyCachePepository.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('test/repository/ProxyCacheRepository.test.ts', () => {
assert(updatedProxyCache);
assert.equal(updatedProxyCache.fullname, 'foo-bar');
const afterUpdateTime = updatedProxyCache.updatedAt.getTime();
assert(afterUpdateTime !== beforeUpdateTime);
assert(afterUpdateTime >= beforeUpdateTime);
});

it('list work', async () => {
Expand Down

0 comments on commit f3abf04

Please sign in to comment.