We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329e92f commit b1e0632Copy full SHA for b1e0632
1 file changed
test/gns.test.ts
@@ -1042,9 +1042,7 @@ describe('GNS', () => {
1042
1043
// Batch send transaction
1044
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
- )
+ await expect(tx).revertedWith('')
1048
})
1049
1050
0 commit comments