mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
Add missing space in expected string
This commit is contained in:
parent
b50b2231d6
commit
4f8d51450a
@ -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", ->
|
||||
|
Loading…
Reference in New Issue
Block a user