From d8ae2362815e6a73be1936dee2158875eeabaaf9 Mon Sep 17 00:00:00 2001 From: dovgopoly Date: Mon, 30 Oct 2023 18:03:26 +0200 Subject: [PATCH] fix --- test/gov/ERC721/ERC721RawPower.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gov/ERC721/ERC721RawPower.test.js b/test/gov/ERC721/ERC721RawPower.test.js index 9c4a4383..d166db2d 100644 --- a/test/gov/ERC721/ERC721RawPower.test.js +++ b/test/gov/ERC721/ERC721RawPower.test.js @@ -151,7 +151,7 @@ describe("ERC721RawPower", () => { }); it("should support these interfaces", async () => { - assert.isTrue(await nft.supportsInterface("0x589dde78")); + assert.isTrue(await nft.supportsInterface("0x24b96d42")); assert.isTrue(await nft.supportsInterface("0x780e9d63")); }); });