Skip to content

Commit

Permalink
fix test text
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Mar 16, 2019
1 parent 2c67b72 commit 832bdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conditions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('tlsClientAuthenticated', function () {
})).be.true();
});

it('should return true if request is client authenticated', function () {
it('should return false if request is client authenticated', function () {
req.client.authorized = false;
should(req.matchEGCondition({
name: 'tlsClientAuthenticated'
Expand Down

0 comments on commit 832bdde

Please sign in to comment.