mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix refreshing specs
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user