diff --git a/framework/test/unit/modules/nft/method.spec.ts b/framework/test/unit/modules/nft/method.spec.ts index bb9d53fcb4d..ecd66c39a33 100644 --- a/framework/test/unit/modules/nft/method.spec.ts +++ b/framework/test/unit/modules/nft/method.spec.ts @@ -233,7 +233,7 @@ describe('NFTMethod', () => { it('should fail and emit Destroy event if NFT is escrowed', async () => { await expect( method.destroy(methodContext, escrowedNFT.owner, escrowedNFT.nftID), - ).rejects.toThrow(); + ).rejects.toThrow('NFT is escrowed to another chain'); checkEventResult( methodContext.eventQueue,