Skip to content

Commit 19ad9ad

Browse files
author
Luke Wilson
committed
Fix dumb test bug
1 parent 708d79e commit 19ad9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/imports.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ describe('do_secp256k1_recover_pubkey', () => {
678678
sigPtr,
679679
testData.RECOVER_PARAM
680680
);
681-
expect(result).toEqual(testData.SECP256K1_PUBKEY_HEX);
681+
expect(result.data).toEqual(testData.SECP256K1_PUBKEY_HEX);
682682
});
683683
});
684684

0 commit comments

Comments
 (0)