Remove unused errorMessage reference

This commit is contained in:
Kevin Sawicki 2016-01-19 11:02:12 -08:00
parent c719b252cb
commit 517dce443b
2 changed files with 2 additions and 2 deletions

View file

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