Skip to content

Commit ee9f72f

Browse files
committed
test: correct expiry time baseline
1 parent bcea7bf commit ee9f72f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cbjs/tests/kv.expiry.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe.runIf(serverSupportsFeatures(ServerFeatures.Xattr))('kv expiry', async
5959
expect,
6060
useDocumentKey,
6161
}) => {
62-
const before = Math.floor(Date.now() / 1000) - 1;
62+
const before = Math.floor(Date.now() / 1000);
6363
const docKey = useDocumentKey();
6464
await serverTestContext.collection.upsert(
6565
docKey,

0 commit comments

Comments
 (0)