Remove unused errorMessage reference
This commit is contained in:
parent
c719b252cb
commit
517dce443b
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ describe('desktopCapturer', function() {
|
|||
|
||||
it('does not throw an error when called twice (regression)', function(done) {
|
||||
var callCount = 0;
|
||||
var callback = function(error, sources) {
|
||||
var callback = function (error, sources) {
|
||||
callCount++;
|
||||
assert.equal(error, null);
|
||||
assert.notEqual(sources.length, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue