ERC1155 integration tests with MultiAssetProxy

This commit is contained in:
Greg Hysen
2019-03-07 16:50:09 -08:00
parent 31dbca7efc
commit 6957e6e8f7
3 changed files with 350 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ describe('Exchange core', () => {
);
[erc721Token] = await erc721Wrapper.deployDummyTokensAsync();
erc1155Proxy = await erc1155ProxyWrapper.deployProxyAsync();
[erc1155Wrapper] = await erc1155ProxyWrapper.deployDummyTokensAsync();
[erc1155Wrapper] = await erc1155ProxyWrapper.deployDummyContractsAsync();
erc1155Contract = erc1155Wrapper.getContract();
exchange = await ExchangeContract.deployFrom0xArtifactAsync(
artifacts.Exchange,