Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Dec 28, 2017
1 parent 0286f47 commit bdbc3f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": "MIT",
"devDependencies": {
"async": "~0.9.0",
"nsp": "^3"
"nsp": "^2.8.1"
},
"dependencies": {
"array-parallel": "~0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions test/getterIdentify.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ module.exports = function (_, dir, finish, gm) {
assert.equal(d.Orientation, 'TopLeft');
assert.equal(d['Geometry'], '430x488+0+0');
assert.equal(d['Print size'], '5.97222x6.77778');
assert.equal(d['Channel depth'].Red, '8-bit');
assert.equal(d['Channel depth'].Green, '8-bit');
assert.ok(d['Channel depth'].Red || d['Channel depth'].red);
assert.ok(d['Channel depth'].Green || d['Channel depth'].green);
assert.equal(d['Channel statistics'].Red.min, '0 (0)');

var sd = d['Channel statistics'].Red['standard deviation'].split(' ')
Expand Down

0 comments on commit bdbc3f4

Please sign in to comment.