Remove extra space in description
This commit is contained in:
parent
6b13fab83a
commit
c05c324464
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ describe('crashReporter module', function () {
|
|||
}
|
||||
|
||||
generateSpecs('without sandbox', {})
|
||||
generateSpecs('with sandbox ', {
|
||||
generateSpecs('with sandbox', {
|
||||
webPreferences: {
|
||||
sandbox: true,
|
||||
preload: path.join(fixtures, 'module', 'preload-sandbox.js')
|
||||
|
|
Loading…
Reference in a new issue