diff --git a/remix-tests/sol/tests_accounts.sol.js b/remix-tests/sol/tests_accounts.sol.js index c32f656621..55392f8b92 100644 --- a/remix-tests/sol/tests_accounts.sol.js +++ b/remix-tests/sol/tests_accounts.sol.js @@ -1,5 +1,4 @@ -module.exports = `pragma solidity ^0.5.0; - +module.exports = ` library TestsAccounts { function getAccount(uint index) public returns (address) { >accounts<