Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Aug 23, 2022
1 parent 7bf2f9b commit 4586e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils/typedData.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('typedData', () => {
test('should transform type selector', () => {
const selector = 'transfer';
const selectorHash = getSelectorFromName(selector);
const rawSelectorValueHash = encodeValue({}, 'raw', selectorHash);
const rawSelectorValueHash = encodeValue({}, 'felt', selectorHash);
const selectorValueHash = encodeValue({}, 'selector', selector);
expect(selectorValueHash).toEqual(rawSelectorValueHash);
expect(selectorValueHash).toMatchInlineSnapshot(`
Expand Down

0 comments on commit 4586e93

Please sign in to comment.