Commit 208df28b authored by ioedeveloper's avatar ioedeveloper

Merge branch 'master' of https://github.com/ethereum/remix-ide into e2e-tests

parents 0d47ef5c 993c14a0
......@@ -599,7 +599,7 @@ fileExplorer.prototype.createNewFile = function (parentFolder = 'browser') {
} else {
self._deps.fileManager.switchFile(newName)
if (newName.includes('_test.sol')) {
self.event.trigger('newTestFileCreated', [newName])
self.events.trigger('newTestFileCreated', [newName])
}
}
})
......
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