fix conflicts

pull/7/head
0mkar 6 years ago committed by yann300
parent 03a991cb12
commit 21012b3d37
  1. 2
      remix-tests/tests/testRunner.js

@ -182,7 +182,7 @@ describe('testRunner', function () {
done()
}
TestRunner.runTest('SenderTest', contracts.SenderTest, compilationData[filename]['SenderTest'], { accounts }, testCallback, resultsCallback)
TestRunner.runTest('SenderTest', contracts.SenderTest, compilationData['sender_test.sol']['SenderTest'], { accounts }, testCallback, resultsCallback)
})
})

Loading…
Cancel
Save