diff --git a/test/TestSwapFactory.test.ts b/test/TestSwapFactory.test.ts index b434fb4..472bdb7 100644 --- a/test/TestSwapFactory.test.ts +++ b/test/TestSwapFactory.test.ts @@ -70,6 +70,7 @@ describe("Swaplace Factory", async function () { configOnChain, ); const decodedConfig = await decodeConfig(configOffChain); + expect(BigInt(allowed)).to.be.equals(decodedConfig.allowed); expect(expiry).to.be.equals(decodedConfig.expiry); expect(recipient).to.be.equals(decodedConfig.recipient);