Skip to content

Commit

Permalink
[CHANGED] message
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Aug 27, 2014
1 parent 3045439 commit 0e87196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ describe('enums', function () {
eq(T('a'), 'a');
throwsWithMessage(function () {
T('b')
}, 'Invalid type argument `value` of value `"b"` supplied to `T`, expected a `Str`.');
}, 'Invalid type argument `value` of value `"b"` supplied to `T`, expected a valid enum.');
});
});
describe('#is(x)', function () {
Expand Down

0 comments on commit 0e87196

Please sign in to comment.