Skip to content

Commit c307390

Browse files
committed
fix: test
1 parent 4c23de0 commit c307390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ describe('makeAddress()', () => {
2020

2121
const starkAddress = makeAddress(ethAddress);
2222

23-
expect(starkAddress).toBe('0x00000000000000000000000dfd0f27fce99b50909de0bdd328aed6eabe76bc5');
23+
expect(starkAddress).toBe('0xdfd0f27fce99b50909de0bdd328aed6eabe76bc5');
2424
});
2525
});

0 commit comments

Comments
 (0)