Skip to content

Commit f787719

Browse files
committed
test: resolve regression
1 parent a0e3eda commit f787719

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/anon-authoriser.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ describe('Anon Authoriser Tests', () => {
1616
const contract = await deployContract()
1717
const client = makeAnonAuthoriserClient(contract)
1818
const result = await client.generateAnonAuthorisation(apiFlag)
19-
expect(result.privateKey).to.be.instanceof(Buffer)
2019
expect(result.privateKey).to.have.length.greaterThan(0)
2120
// authorise from new address
2221
const [, signer2] = await ethers.getSigners()

0 commit comments

Comments
 (0)