mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Tweak spec description
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user