Skip to content

Commit

Permalink
typi
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Feb 12, 2025
1 parent 14aeb89 commit 40f8dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe("Authentication Tests", () => {
expect(wallets.length).toBeGreaterThanOrEqual(1);

expect(wallets[0]).toHaveProperty("address");
expect(wallets[0]?.salt).toEqual("123"0);
expect(wallets[0]?.salt).toEqual("123");
expect(wallets[0]).toHaveProperty("factory", FACTORY_ADDRESS);
});

Expand Down

0 comments on commit 40f8dbb

Please sign in to comment.