Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Oct 22, 2021
1 parent 4c23de0 commit c307390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ describe('makeAddress()', () => {

const starkAddress = makeAddress(ethAddress);

expect(starkAddress).toBe('0x00000000000000000000000dfd0f27fce99b50909de0bdd328aed6eabe76bc5');
expect(starkAddress).toBe('0xdfd0f27fce99b50909de0bdd328aed6eabe76bc5');
});
});

0 comments on commit c307390

Please sign in to comment.