Skip to content

Commit

Permalink
Merge pull request #5216 from riyueguang/v2.0
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
ganchoradkov authored Jul 29, 2024
2 parents 01bc389 + e0ec252 commit c279a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/test/cacao.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe("URI", () => {
expect(message).to.include("Nonce: 32891756");
expect(message).to.include(`URI: ${request.aud}`);
});
describe("resurces", () => {
describe("resources", () => {
it("should not add resources to siwe message when missing from request", () => {
const request = {
type: "caip122",
Expand Down

0 comments on commit c279a30

Please sign in to comment.