Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Nov 15, 2024
1 parent 3f3ebd3 commit 002e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-vectors/test/vectors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
loadCAR,
} from '../src/index.ts'

const EXPECTED_EXPIRED_DATE = new Date(Date.UTC(2000, 0, 1, 0)).toISOString();
const EXPECTED_EXPIRED_DATE = new Date(Date.UTC(2000, 0, 1, 0)).toISOString()

const verifier = createDID()

Expand Down

0 comments on commit 002e370

Please sign in to comment.