Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 23, 2024
1 parent e6172a3 commit 0e9be1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frames-client/src/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const shouldSignFrameActionWithValidSignature =
signedPayloadProto.signedPublicKeyBundle.identityKey,
).toLegacyKey(),
),
);
).toBe(true);
}

const signedPayloadBody = frames.FrameActionBody.decode(
Expand Down

0 comments on commit 0e9be1f

Please sign in to comment.