Skip to content

Commit

Permalink
chore: log expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
Gancho Radkov committed May 15, 2023
1 parent 505ad26 commit 7403b89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sign-client/test/sdk/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,9 @@ describe("Sign Client Integration", () => {
clients.A.core.relayer.once(
RELAYER_EVENTS.publish,
(payload: RelayerTypes.PublishPayload) => {
console.log("expiry payload", payload.opts?.ttl, expiry);
// ttl of the request should match the expiry
expect(payload?.opts?.ttl).toEqual(expiry);
// expect(payload?.opts?.ttl).toEqual(expiry);
resolve();
},
);
Expand Down

0 comments on commit 7403b89

Please sign in to comment.