Skip to content
Permalink
Browse files
ESLINT FIX
  • Loading branch information
lingamr committed Dec 2, 2019
1 parent 6d1d408 commit 0524b82aa560bfb4bbf103b12620bff80c431598
Showing 1 changed file with 1 addition and 1 deletion.
@@ -91,7 +91,7 @@ describe('Get Selected User', () => {
expect.assertions(1)
const account = await new Accounts()
await expect( account.register('doej', 'pa') )
.rejects.toEqual( Error('weak password') )
.rejects.toEqual( Error('weak password') )
done()
})
})

0 comments on commit 0524b82

Please sign in to comment.