Skip to content

Commit

Permalink
Clarify tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Sep 12, 2017
1 parent 66d0729 commit 121286f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/errors/tokenerror.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('TokenError', function() {
});

it('should format correctly', function() {
//expect(err.toString()).to.equal('AuthorizationError');
expect(err.toString().indexOf('TokenError')).to.equal(0);
});
});
Expand Down

0 comments on commit 121286f

Please sign in to comment.