Skip to content

Commit

Permalink
improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Nov 22, 2019
1 parent cace2a9 commit 37273f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/authenticators/devise-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ describe('DeviseAuthenticator', () => {

try {
await authenticator.authenticate('email@address.com', 'password');
expect(false).to.be.true;
} catch (error) {
expect(error).to.eql('Check that server response includes token and email');
}
Expand Down

0 comments on commit 37273f9

Please sign in to comment.