mirror of https://gitlab.com/ecentrics/concordia
Apostolos Fanakis
4 years ago
1 changed files with 0 additions and 11 deletions
@ -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…
Reference in new issue