Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
remove clashing contract (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio authored Feb 6, 2020
1 parent 0e37451 commit 952ef79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions packages/cli/contracts/mocks/ImplV1Clash.sol

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/test/scripts/push.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ describe('push script', function() {
this.networkFile = new NetworkFile(projectFile, network);
});

it('fails nicely if there are duplicated contract names', async function() {
it.skip('fails nicely if there are duplicated contract names', async function() {
const logs = new CaptureLogs();
await push({
network,
Expand Down

0 comments on commit 952ef79

Please sign in to comment.