Commit bd09db7e authored by LianaHus's avatar LianaHus

added pragma

parent ce1ef91a
...@@ -68,6 +68,7 @@ contract Ballot { ...@@ -68,6 +68,7 @@ contract Ballot {
` `
var ballotTest = ` var ballotTest = `
pragma solidity >=0.4.22 <0.6.0;
import "remix_tests.sol"; // this import is automatically injected by Remix. import "remix_tests.sol"; // this import is automatically injected by Remix.
import "./ballot.sol"; import "./ballot.sol";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment