Remove unneeded done call
This commit is contained in:
parent
3c74404a3e
commit
ff5081816f
1 changed files with 1 additions and 2 deletions
|
@ -529,7 +529,7 @@ describe('webContents module', function () {
|
|||
})
|
||||
|
||||
describe('webrtc ip policy api', () => {
|
||||
it('can set and get webrtc ip policies', (done) => {
|
||||
it('can set and get webrtc ip policies', () => {
|
||||
const policies = [
|
||||
'default',
|
||||
'default_public_interface_only',
|
||||
|
@ -540,7 +540,6 @@ describe('webContents module', function () {
|
|||
w.webContents.setWebRTCIPHandlingPolicy(policy)
|
||||
assert.equal(w.webContents.getWebRTCIPHandlingPolicy(), policy)
|
||||
})
|
||||
done()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue