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