Remove redundant "not"

This commit is contained in:
Matt Rider 2019-04-12 13:23:10 -03:00
parent 0c8b478ce2
commit aadfd16374

View File

@ -255,7 +255,7 @@ describe('change password', () => {
} }
describe('should be authenticated before changing password', () => { describe('should be authenticated before changing password', () => {
it('throws not "Not Authorised!"', async () => { it('throws "Not Authorised!"', async () => {
await expect( await expect(
request( request(
host, host,