Skip to content

Commit

Permalink
test use empty()
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Sep 15, 2016
1 parent e8122ce commit d904cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"istanbul": "0.4.4",
"jshint": "2.9.2",
"jshint": "2.9.3",
"mocha": "2.5.3",
"mocha-lcov-reporter": "1.2.0",
"should": "9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test/convertLcovToCoveralls.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe("convertLcovToCoveralls", function(){
fs.existsSync = originalExistsSync;

should.not.exist(err);
output.source_files.should.be.empty;
output.source_files.should.be.empty();
done();
});
});
Expand Down

0 comments on commit d904cb1

Please sign in to comment.