Skip to content

Commit

Permalink
Merge pull request #380 from paroga/testname
Browse files Browse the repository at this point in the history
Fix name of testcase
  • Loading branch information
jaredhanson committed Aug 20, 2015
2 parents 1632335 + bcdbfe8 commit bed6bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/middleware/authenticate.test.js
Expand Up @@ -34,7 +34,7 @@ describe('middleware/authenticate', function() {
.dispatch();
});

it('should not error', function() {
it('should error', function() {
expect(error).to.be.an.instanceOf(Error);
expect(error.message).to.equal('Unknown authentication strategy "foo"');
});
Expand Down

0 comments on commit bed6bb1

Please sign in to comment.