Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Mar 25, 2015
1 parent ad6e6bf commit 54dee6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.jwt.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('JWT auth client', function() {
done();
return {
getToken: function() {}
}
};
};

jwt.authorize();
Expand Down

0 comments on commit 54dee6e

Please sign in to comment.