Skip to content
Permalink
Browse files
Small typo error on expected error message
  • Loading branch information
sultanh5 committed Jul 21, 2020
1 parent ad12b2d commit 2281ebde01ebf4fcb8f6fd4e95b74d1b3e02093b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -296,7 +296,7 @@ describe('editcv()', () => {
expect.assertions(1)
const account = await new Accounts()
await expect( account.editcv('alia', 'aliaziz@gmail.com', 'ali', 'aziz', 'this is ali\'s short summary', 'javascript, python, c++', 'a-level business studies') )
.rejects.toEqual( Error('`username "alia" has no cv to update`') )
.rejects.toEqual( Error('username "alia" has no cv to update') )
done()
})

0 comments on commit 2281ebd

Please sign in to comment.