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

pull/1/head
ioedeveloper 5 years ago
commit 208df28bf2
  1. 2
      src/app/files/file-explorer.js

@ -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])
}
}
})

Loading…
Cancel
Save