aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/convertLcovToCoveralls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/convertLcovToCoveralls.js b/test/convertLcovToCoveralls.js
index bb4d8a6..b927f05 100644
--- a/test/convertLcovToCoveralls.js
+++ b/test/convertLcovToCoveralls.js
@@ -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();
});
});