Skip to content

Commit c68a183

Browse files
committed
Update test for query versioning to match spec
1 parent 884894e commit c68a183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common-ts/src/attestations/attestations.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ describe('Attestations', () => {
7979
chainID,
8080
contractAddress,
8181
receipt,
82-
'1.0.0',
82+
'=1.0.0',
8383
)
8484
const recoveredAddress = recoverAttestation(
8585
chainID,
8686
contractAddress,
8787
attestation,
88-
'1.0.0',
88+
'=1.0.0',
8989
)
9090
expect(recoveredAddress).toStrictEqual(await signer.getAddress())
9191
})

0 commit comments

Comments
 (0)