mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix typo after Moriz suggestion
Co-Authored-By: Mogge <moriz.wahl@gmx.de>
This commit is contained in:
parent
685ef85752
commit
b2f0c0677d
@ -2218,7 +2218,7 @@ describe('in mode', () => {
|
|||||||
mutation: updateGroupMutation,
|
mutation: updateGroupMutation,
|
||||||
variables: {
|
variables: {
|
||||||
id: 'my-group',
|
id: 'my-group',
|
||||||
name: 'The New Group For Our Coutry',
|
name: 'The New Group For Our Country',
|
||||||
about: 'We will change the land!',
|
about: 'We will change the land!',
|
||||||
description: 'Some country relevant description' + descriptionAdditional100,
|
description: 'Some country relevant description' + descriptionAdditional100,
|
||||||
actionRadius: 'national',
|
actionRadius: 'national',
|
||||||
@ -2230,8 +2230,8 @@ describe('in mode', () => {
|
|||||||
data: {
|
data: {
|
||||||
UpdateGroup: {
|
UpdateGroup: {
|
||||||
id: 'my-group',
|
id: 'my-group',
|
||||||
name: 'The New Group For Our Coutry',
|
name: 'The New Group For Our Country',
|
||||||
slug: 'the-new-group-for-our-coutry', // changing the slug is tested in the slugifyMiddleware
|
slug: 'the-new-group-for-our-country', // changing the slug is tested in the slugifyMiddleware
|
||||||
about: 'We will change the land!',
|
about: 'We will change the land!',
|
||||||
description: 'Some country relevant description' + descriptionAdditional100,
|
description: 'Some country relevant description' + descriptionAdditional100,
|
||||||
actionRadius: 'national',
|
actionRadius: 'national',
|
||||||
@ -2331,7 +2331,7 @@ describe('in mode', () => {
|
|||||||
mutation: updateGroupMutation,
|
mutation: updateGroupMutation,
|
||||||
variables: {
|
variables: {
|
||||||
id: 'my-group',
|
id: 'my-group',
|
||||||
name: 'The New Group For Our Coutry',
|
name: 'The New Group For Our Country',
|
||||||
about: 'We will change the land!',
|
about: 'We will change the land!',
|
||||||
description: 'Some country relevant description' + descriptionAdditional100,
|
description: 'Some country relevant description' + descriptionAdditional100,
|
||||||
actionRadius: 'national',
|
actionRadius: 'national',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user