Tweak spec description
This commit is contained in:
parent
517dce443b
commit
b014eea8d3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ describe('desktopCapturer', function() {
|
|||
});
|
||||
});
|
||||
|
||||
it('does not throw an error when called twice (regression)', function(done) {
|
||||
it('does not throw an error when called more than once (regression)', function(done) {
|
||||
var callCount = 0;
|
||||
var callback = function (error, sources) {
|
||||
callCount++;
|
||||
|
|
Loading…
Reference in a new issue