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 40337c4
Showing 1 changed file with 2 additions and 2 deletions.
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 40337c4

Please sign in to comment.