Value should be true on non-macOS platforms
This commit is contained in:
parent
0b9a2f6be6
commit
1c6e166af5
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ describe('crashReporter module', function () {
|
|||
crashReporter.setUploadToServer(false)
|
||||
assert.equal(crashReporter.getUploadToServer(), false)
|
||||
} else {
|
||||
assert.equal(crashReporter.getUploadToServer(), false)
|
||||
assert.equal(crashReporter.getUploadToServer(), true)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue