remove change

This commit is contained in:
Alexander Friedland 2019-10-17 09:44:26 +02:00 committed by GitHub
parent 54465c04a3
commit cca1e2c04a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,8 +290,7 @@ describe('Signup', () => {
it('throws AuthorizationError', async () => {
await expect(mutate({ mutation, variables })).resolves.toMatchObject({
// errors: [{ message: 'Not Authorised!' }],
errors: undefined,
errors: [{ message: 'Not Authorised!' }],
})
})