We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e3eda commit f787719Copy full SHA for f787719
test/anon-authoriser.test.ts
@@ -16,7 +16,6 @@ describe('Anon Authoriser Tests', () => {
16
const contract = await deployContract()
17
const client = makeAnonAuthoriserClient(contract)
18
const result = await client.generateAnonAuthorisation(apiFlag)
19
- expect(result.privateKey).to.be.instanceof(Buffer)
20
expect(result.privateKey).to.have.length.greaterThan(0)
21
// authorise from new address
22
const [, signer2] = await ethers.getSigners()
0 commit comments