We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bece292 commit 5732f04Copy full SHA for 5732f04
__tests__/integration/nanocontracts/bet.test.ts
@@ -364,7 +364,7 @@ describe('full cycle of bet nano contract', () => {
364
expect((txSetResultParser.parsedArgs[0].value as NanoContractSignedData).type).toEqual('str');
365
expect(
366
(txSetResultParser.parsedArgs[0].value as NanoContractSignedData).signature
367
- // @ts-expect-error toMatchBuffer is defined in setupTests.js
+ // @ts-expect-error toMatchBuffer is defined in setupTests.js
368
).toMatchBuffer(inputData);
369
expect((txSetResultParser.parsedArgs[0].value as NanoContractSignedData).value).toEqual(result);
370
0 commit comments