diff --git a/test/unit/NftFactory.test.ts b/test/unit/NftFactory.test.ts index bc92dd9b..7139ff6b 100644 --- a/test/unit/NftFactory.test.ts +++ b/test/unit/NftFactory.test.ts @@ -178,6 +178,7 @@ describe('Nft Factory test', () => { expect(txReceipt.events.DispenserCreated.event === 'DispenserCreated') // allows dispensing for everybody + console.log(`DispenserCreated: ${txReceipt.events.DispenserCreated.returnValues}`) const allowedSwapper = txReceipt.events.DispenserCreated.returnValues[4] console.log(`Allowed Swapper: ${allowedSwapper}`) assert(allowedSwapper === ZERO_ADDRESS, 'ZERO_ADDRESS is not set as allowedSwapper')