mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add missing space in expected string
This commit is contained in:
@@ -178,7 +178,7 @@ describe "RootView", ->
|
||||
it "update the title to contain the project's path", ->
|
||||
rootView.getActivePane().remove()
|
||||
expect(rootView.getActivePaneItem()).toBeUndefined()
|
||||
expect(rootView.title).toBe "atom -#{project.getPath()}"
|
||||
expect(rootView.title).toBe "atom - #{project.getPath()}"
|
||||
|
||||
describe "when an inactive pane's item changes", ->
|
||||
it "does not update the title", ->
|
||||
|
||||
Reference in New Issue
Block a user