Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Jun 21, 2023
1 parent 7771cc1 commit 5dadd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/QuestFactory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ describe('QuestFactory', () => {
newQuestNFTAddress = event.args.newQuestNFT
}
})
expect(await deployedFactoryContract.ownerCollectionCount(owner.address)).to.equal(1)
expect(await deployedFactoryContract.ownerCollectionsByOwner(owner.address)).to.eql([newQuestNFTAddress])
expect(await deployedFactoryContract.ownerCollections(owner.address, 0)).to.equal(newQuestNFTAddress)
})
})
Expand Down

0 comments on commit 5dadd68

Please sign in to comment.