mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-24 17:32:14 +00:00
KLUDGE to run tests and see a wrong value
This commit is contained in:
parent
5d7ae85e58
commit
64364e090c
@ -75,6 +75,7 @@ describe("Sig service test suite", () => {
|
||||
assert(aqua["callSig"]);
|
||||
const result = await aqua["callSig"](peer, { sigId: "CustomSig" });
|
||||
|
||||
expect(result).toBeTypeOf("boolean"); // KLUDGE to see result value.
|
||||
expect(result).toHaveProperty("success", true);
|
||||
|
||||
const isSigCorrect = await customSig.verify({
|
||||
|
Loading…
x
Reference in New Issue
Block a user