summaryrefslogtreecommitdiffstats
path: root/test/test-functional.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-functional.js')
-rw-r--r--test/test-functional.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functional.js b/test/test-functional.js
index 1c7c170..e91f281 100644
--- a/test/test-functional.js
+++ b/test/test-functional.js
@@ -12,7 +12,7 @@ describe('git-hours', function() {
throw new Error(stderr);
}
- console.log('output json', stdout);
+ console.log('stdout:', stdout);
var work = JSON.parse(stdout);
assert.notEqual(work.total.hours.length, 0);
assert.notEqual(work.total.commits.length, 0);