Skip to content

Commit f37666c

Browse files
Transpile ff3134197
1 parent aeec278 commit f37666c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/utils/introspection/SupportsInterface.behavior.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ const INTERFACE_IDS = mapValues(SIGNATURES, interfaceId);
9595
function shouldSupportInterfaces(interfaces = [], signatures = SIGNATURES) {
9696
// case where only signatures are provided
9797
if (!Array.isArray(interfaces)) {
98-
interfaces = Object.keys(interfaces);
9998
signatures = interfaces;
99+
interfaces = Object.keys(interfaces);
100100
}
101101

102102
interfaces.unshift('ERC165');

0 commit comments

Comments
 (0)