Skip to content

Commit e15862f

Browse files
committed
Remove test for feature not in 4.7
1 parent 3b8b4ba commit e15862f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/utils/introspection/ERC165Checker.test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ contract('ERC165Checker', function (accounts) {
7272
expect(supported.length).to.equal(1);
7373
expect(supported[0]).to.equal(false);
7474
});
75-
76-
it('does not support mock interface via supportsERC165InterfaceUnchecked', async function () {
77-
const supported = await this.mock.supportsERC165InterfaceUnchecked(this.target.address, DUMMY_ID);
78-
expect(supported).to.equal(true);
79-
});
8075
});
8176

8277
context('ERC165 not supported', function () {

0 commit comments

Comments
 (0)