Skip to content

Commit 22f3ba9

Browse files
author
Braydon Fuller
committed
Fix test to pull version from package.json
1 parent 8c6f7c8 commit 22f3ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('Status', function() {
181181
it('should have correct data', function(done) {
182182
var node = {};
183183
var expected = {
184-
version: '0.3.0'
184+
version: require('../package.json').version
185185
};
186186

187187
var req = {};

0 commit comments

Comments
 (0)