Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ll3 committed Dec 2, 2024
1 parent add709f commit b2b982b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/siwe/lib/objects.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ describe(`Message Generation`, () => {
expect(siweMsg).toBeDefined();
} catch (tryError) {
re = new RegExp(`(.|\n)*${test.error}`);
expect(re.test(tryError)).toBe(true);
console.error(test.error);
expect(n.startsWith('invalid')).toBe(true);
}
});
});

0 comments on commit b2b982b

Please sign in to comment.