diff --git a/test/utils/introspection/SupportsInterface.behavior.js b/test/utils/introspection/SupportsInterface.behavior.js index f5703c960d4..5b52a794675 100644 --- a/test/utils/introspection/SupportsInterface.behavior.js +++ b/test/utils/introspection/SupportsInterface.behavior.js @@ -85,7 +85,7 @@ const SIGNATURES = { const INTERFACE_IDS = mapValues(SIGNATURES, interfaceId); function shouldSupportInterfaces(interfaces = []) { - interfaces = ['ERC165', ...interfaces]; + interfaces.unshift('ERC165'); describe('ERC165', function () { beforeEach(function () {