Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly committed Oct 30, 2023
1 parent 7d18c0d commit d8ae236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gov/ERC721/ERC721RawPower.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
});
});
Expand Down

0 comments on commit d8ae236

Please sign in to comment.