Merge pull request #10992 from electron/address_crash_done

remove function invocation from crash test
This commit is contained in:
Shelley Vohr 2017-11-02 19:51:28 -04:00 committed by GitHub
commit c3930f235a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ describe('crashReporter module', () => {
w.loadURL(crashUrl)
},
processType: 'renderer',
done: done()
done: done
})
})
})