fix conflicts

pull/5370/head
0mkar 6 years ago committed by yann300
parent fc01e7b576
commit 0e6fe2a495
  1. 2
      remix-tests/tests/testRunner.js

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

Loading…
Cancel
Save