Tweak spec description
authorKevin Sawicki <kevinsawicki@gmail.com>
Tue, 19 Jan 2016 19:05:57 +0000 (11:05 -0800)
committerKevin Sawicki <kevinsawicki@gmail.com>
Tue, 19 Jan 2016 19:05:57 +0000 (11:05 -0800)
spec/api-desktop-capturer-spec.js

index c3ca940e61fe987c87f86c5b18a29b57da725b15..ead916c7d5389d7fe4660f3d913ea4741d321e99 100644 (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++;