Skip to content

Commit 6c271a9

Browse files
committed
test: run all tests
1 parent b79b0f5 commit 6c271a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/node/basic/queryExpiry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ describe('queryExpiry', () => {
374374
expect(mockReplica.getV3QuerySpy(canisterId.toString())).toHaveBeenCalledTimes(1);
375375
});
376376

377-
it.only('should succeed if clock is drifted by more than 5 minutes in the future without syncing it', async () => {
377+
it('should succeed if clock is drifted by more than 5 minutes in the future without syncing it', async () => {
378378
const timeDiffMsecs = 6 * MINUTE_TO_MSECS;
379379
const replicaDate = new Date(now.getTime() + timeDiffMsecs);
380380

0 commit comments

Comments
 (0)