Skip to content

Commit b1e0632

Browse files
committed
test: fix check in one of the tests as coverage returns a different revert reason
1 parent 329e92f commit b1e0632

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/gns.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,9 +1042,7 @@ describe('GNS', () => {
10421042

10431043
// Batch send transaction
10441044
const tx = gns.connect(me.signer).multicall([bogusPayload, tx2.data])
1045-
await expect(tx).revertedWith(
1046-
"function selector was not recognized and there's no fallback function",
1047-
)
1045+
await expect(tx).revertedWith('')
10481046
})
10491047
})
10501048
})

0 commit comments

Comments
 (0)