Fix refreshing specs
This commit is contained in:
parent
51b5e953f4
commit
87809e65aa
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ describe 'app module', ->
|
|||
assert.equal app.getName(), 'Electron Test'
|
||||
app.setName 'test-name'
|
||||
assert.equal app.getName(), 'test-name'
|
||||
app.setName 'Electron Test App'
|
||||
app.setName 'Electron Test'
|
||||
|
|
Loading…
Reference in a new issue