Fix "Open Folder" menu item on Windows

This commit is contained in:
David Wilson
2019-02-10 13:50:32 -08:00
parent 24ed380e78
commit bf3502c4db
2 changed files with 4 additions and 4 deletions

View File

@@ -658,7 +658,7 @@ describe('AtomApplication', function () {
atomApplication.promptForPathToOpen.reset()
atomApplication.emit('application:open-folder')
await conditionPromise(() => atomApplication.promptForPathToOpen.calledWith('file'))
await conditionPromise(() => atomApplication.promptForPathToOpen.calledWith('folder'))
atomApplication.promptForPathToOpen.reset()
})
}