Remove extra space in description

This commit is contained in:
Kevin Sawicki 2017-04-19 09:28:52 -07:00
parent 6b13fab83a
commit c05c324464

View file

@ -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')