From 7f1401ae9f51d02a19517cb7da278e4e59858041 Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Mon, 23 May 2022 15:43:39 +0200 Subject: [PATCH] initialize owner with null --- test/unit/tokens/Nft.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/tokens/Nft.test.ts b/test/unit/tokens/Nft.test.ts index ab5c07f4..4fd1b9ec 100644 --- a/test/unit/tokens/Nft.test.ts +++ b/test/unit/tokens/Nft.test.ts @@ -21,7 +21,7 @@ describe('NFT', () => { templateIndex: 1, tokenURI: 'https://oceanprotocol.com/nft/', transferable: true, - owner: nftOwner + owner: null } before(async () => {