Skip to content

Commit

Permalink
chore: updates int test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikKozak committed May 29, 2024
1 parent 49f116a commit de2ab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/collections-graphql/int.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ describe('collections-graphql', () => {
expect(error.response.errors[1].path[0]).toEqual('test3')
expect(error.response.errors[1].extensions.name).toEqual('ValidationError')
expect(error.response.errors[1].extensions.data[0].message).toEqual(
'A user with the given email is already registered',
'A user with the given email is already registered.',
)
expect(error.response.errors[1].extensions.data[0].field).toEqual('email')

Expand Down

0 comments on commit de2ab80

Please sign in to comment.