mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Remove redundant "not"
This commit is contained in:
parent
0c8b478ce2
commit
aadfd16374
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user