Browse Source

Expand spec description

Kevin Sawicki 9 years ago
parent
commit
572f53dc5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-desktop-capturer-spec.js

+ 1 - 1
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) {