Initialize level_ in initWithShell

This commit is contained in:
Kevin Sawicki 2017-07-14 10:07:06 -07:00
parent 12b90a2304
commit 4935e8567f
2 changed files with 3 additions and 3 deletions

View file

@ -620,7 +620,7 @@ describe('BrowserWindow module', function () {
})
})
describe.only('BrowserWindow.alwaysOnTop() resets level on minimize', function () {
describe('BrowserWindow.alwaysOnTop() resets level on minimize', function () {
if (process.platform !== 'darwin') {
return
}