Tweak spec description

This commit is contained in:
Kevin Sawicki 2016-01-19 11:05:57 -08:00
parent 517dce443b
commit b014eea8d3

View file

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