Commit 5738f5b7 authored by Aniket's avatar Aniket

Update testTab.js

parent d1fad8cf
...@@ -41,7 +41,7 @@ class TestTabLogic { ...@@ -41,7 +41,7 @@ class TestTabLogic {
cb(null, tests, path) cb(null, tests, path)
} }
// TODO: If currently selected file is compiled and compilation result is available, // @todo(#2758): If currently selected file is compiled and compilation result is available,
// 'contractName' should be <compiledContractName> + '_testSuite' // 'contractName' should be <compiledContractName> + '_testSuite'
generateTestContractSample (fileToImport, contractName = 'testSuite') { generateTestContractSample (fileToImport, contractName = 'testSuite') {
return `pragma solidity >=0.4.22 <0.7.0; return `pragma solidity >=0.4.22 <0.7.0;
......
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