From 572f53dc5eb5a27a634065c8292ab9790b72f4a6 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 14 Jan 2016 17:04:38 -0800 Subject: [PATCH] Expand spec description --- spec/api-desktop-capturer-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/api-desktop-capturer-spec.js b/spec/api-desktop-capturer-spec.js index 288e57ee4489..3a03366d4545 100644 --- a/spec/api-desktop-capturer-spec.js +++ b/spec/api-desktop-capturer-spec.js @@ -5,7 +5,7 @@ assert = require('assert'); desktopCapturer = require('electron').desktopCapturer; describe('desktopCapturer', function() { - return it('should returns something', function(done) { + return it('should return a non-empty array of sources', function(done) { return desktopCapturer.getSources({ types: ['window', 'screen'] }, function(error, sources) {