Skip to content

Commit 5732f04

Browse files
committed
chore: linter changes
1 parent bece292 commit 5732f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/integration/nanocontracts/bet.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ describe('full cycle of bet nano contract', () => {
364364
expect((txSetResultParser.parsedArgs[0].value as NanoContractSignedData).type).toEqual('str');
365365
expect(
366366
(txSetResultParser.parsedArgs[0].value as NanoContractSignedData).signature
367-
// @ts-expect-error toMatchBuffer is defined in setupTests.js
367+
// @ts-expect-error toMatchBuffer is defined in setupTests.js
368368
).toMatchBuffer(inputData);
369369
expect((txSetResultParser.parsedArgs[0].value as NanoContractSignedData).value).toEqual(result);
370370

0 commit comments

Comments
 (0)