Skip to content

Commit

Permalink
quick fix session time test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeihs committed Dec 16, 2024
1 parent 2586497 commit abc0537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sessionTime.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ variable.forEach(async (testVariable) => {
return;
}

coreKitInstance.signatures.forEach((sig) => {
(await coreKitInstance.getSessionSignatures()).forEach((sig) => {
const parsedSig = JSON.parse(sig);
const parsedSigData = JSON.parse(atob(parsedSig.data));

Expand Down

0 comments on commit abc0537

Please sign in to comment.