removed console log
This commit is contained in:
parent
5eccdf550d
commit
388e31c81c
|
|
@ -226,8 +226,6 @@ describe("SitesNFTs contract", function () {
|
|||
|
||||
const mintedNFT = await hardhatSitesNFTs.tokenURI(0);
|
||||
|
||||
console.log(mintedNFT);
|
||||
|
||||
expect(mintedNFT.includes("data:application/json;base64,")).to.equal(true);
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue