From b2f0c0677d1942c2a69ccf217e375a72f904828d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 6 Sep 2022 10:39:56 +0200 Subject: [PATCH] Fix typo after Moriz suggestion Co-Authored-By: Mogge --- backend/src/schema/resolvers/groups.spec.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/src/schema/resolvers/groups.spec.js b/backend/src/schema/resolvers/groups.spec.js index 7a588dd8b..2ca40b3e7 100644 --- a/backend/src/schema/resolvers/groups.spec.js +++ b/backend/src/schema/resolvers/groups.spec.js @@ -2218,7 +2218,7 @@ describe('in mode', () => { mutation: updateGroupMutation, variables: { id: 'my-group', - name: 'The New Group For Our Coutry', + name: 'The New Group For Our Country', about: 'We will change the land!', description: 'Some country relevant description' + descriptionAdditional100, actionRadius: 'national', @@ -2230,8 +2230,8 @@ describe('in mode', () => { data: { UpdateGroup: { id: 'my-group', - name: 'The New Group For Our Coutry', - slug: 'the-new-group-for-our-coutry', // changing the slug is tested in the slugifyMiddleware + name: 'The New Group For Our Country', + slug: 'the-new-group-for-our-country', // changing the slug is tested in the slugifyMiddleware about: 'We will change the land!', description: 'Some country relevant description' + descriptionAdditional100, actionRadius: 'national', @@ -2331,7 +2331,7 @@ describe('in mode', () => { mutation: updateGroupMutation, variables: { id: 'my-group', - name: 'The New Group For Our Coutry', + name: 'The New Group For Our Country', about: 'We will change the land!', description: 'Some country relevant description' + descriptionAdditional100, actionRadius: 'national',