Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 27, 2017
1 parent 2de3c06 commit 54f3289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mixup_mitigation/mixup_mitigation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('OAuth 2.0 Mix-Up Mitigation', function () {
.expect(() => {
expect(spy.calledOnce).to.be.true;
expect(errorDetail(spy)).to.equal('state mismatch');
})
});
});
});
});

0 comments on commit 54f3289

Please sign in to comment.