Browse Source

refactor: remove placeholder test

develop
Apostolos Fanakis 4 years ago
parent
commit
4364b71337
  1. 11
      packages/concordia-contracts/test/TestForum.sol

11
packages/concordia-contracts/test/TestForum.sol

@ -1,11 +0,0 @@
pragma solidity >=0.4.21 <0.7.0;
import "truffle/Assert.sol";
import "../contracts/Forum.sol";
contract TestForum {
function testTrue() public {
Assert.isTrue(true, "Oops placeholder test failed!");
}
}
Loading…
Cancel
Save