Skip to content

Commit

Permalink
Fixed Solidity unit tests with coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-vk committed Apr 4, 2018
1 parent 4d12faa commit c08d687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
copyPackages: ['zeppelin-solidity'],
};
2 changes: 1 addition & 1 deletion contracts/KudosPollFactory.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pragma solidity ^0.4.18;
pragma experimental ABIEncoderV2;
pragma experimental "ABIEncoderV2";

import "zeppelin-solidity/contracts/token/ERC20/BurnableToken.sol";
import "zeppelin-solidity/contracts/ownership/Ownable.sol";
Expand Down

0 comments on commit c08d687

Please sign in to comment.