Skip to content

Commit abc0537

Browse files
committed
quick fix session time test
1 parent 2586497 commit abc0537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sessionTime.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ variable.forEach(async (testVariable) => {
110110
return;
111111
}
112112

113-
coreKitInstance.signatures.forEach((sig) => {
113+
(await coreKitInstance.getSessionSignatures()).forEach((sig) => {
114114
const parsedSig = JSON.parse(sig);
115115
const parsedSigData = JSON.parse(atob(parsedSig.data));
116116

0 commit comments

Comments
 (0)