This commit is contained in:
Wolfgang Huß 2020-04-08 16:25:55 +02:00
parent db7908139c
commit 566697d9cd

View File

@ -335,7 +335,7 @@ describe('validateReport', () => {
mutate({ mutation: reportMutation, variables: reportVariables }),
).resolves.toMatchObject({
data: { fileReport: null },
errors: [{ message: 'You cannot report yourself!' }],
errors: [{ message: "You can't file a report about yourself!" }],
})
})
})