cleaning up erc1155 proxy tests
This commit is contained in:
@@ -1325,7 +1325,7 @@ describe('Asset Transfer Proxies', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
describe.only('ERC1155Proxy', () => {
|
||||
describe('ERC1155Proxy', () => {
|
||||
it('should revert if undefined function is called', async () => {
|
||||
const undefinedSelector = '0x01020304';
|
||||
await expectTransactionFailedWithoutReasonAsync(
|
||||
|
Reference in New Issue
Block a user