Skip to content

Commit

Permalink
Remove chai-as-promised (#1116)
Browse files Browse the repository at this point in the history
* Test: Remove chai-as-promised calls

* Test/Helpers: expectThrow accepts optional message

* NPM: Remove chai-as-promised

* Contracts/DestructibleMock: Fix lint
  • Loading branch information
justuswilhelm authored and nventuro committed Jul 26, 2018
1 parent afe9113 commit e6c15b3
Show file tree
Hide file tree
Showing 39 changed files with 261 additions and 326 deletions.
1 change: 1 addition & 0 deletions contracts/mocks/DestructibleMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pragma solidity ^0.4.24;

import "../lifecycle/Destructible.sol";


contract DestructibleMock is Destructible {
function() payable public {}
}
Loading

0 comments on commit e6c15b3

Please sign in to comment.