Skip to content

Commit

Permalink
test(itype) itype.array: equal -> ok
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 6, 2017
1 parent 491ebfb commit cb3138c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/itype.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test('itype', (t) => {
});

test('itype.array', (t) => {
t.equal(itype.array([]), 'array', 'should return array');
t.ok(itype.array([]), 'should return array');
t.end();
});

Expand Down

0 comments on commit cb3138c

Please sign in to comment.