diff --git a/backend/src/db/graphql/groups.js b/backend/src/db/graphql/groups.js index ddf179572..7d1b984b0 100644 --- a/backend/src/db/graphql/groups.js +++ b/backend/src/db/graphql/groups.js @@ -37,7 +37,6 @@ export const createGroupMutation = gql` groupType actionRadius categories { - # test this as result id slug name @@ -84,7 +83,6 @@ export const updateGroupMutation = gql` groupType actionRadius categories { - # test this as result id slug name diff --git a/backend/src/schema/resolvers/groups.spec.js b/backend/src/schema/resolvers/groups.spec.js index 4eb713e4c..7ccac01c8 100644 --- a/backend/src/schema/resolvers/groups.spec.js +++ b/backend/src/schema/resolvers/groups.spec.js @@ -166,7 +166,7 @@ describe('in mode', () => { describe('description', () => { describe('length without HTML', () => { describe('less then 100 chars', () => { - it('throws error: "Too view categories!"', async () => { + it('throws error: "Description too short!"', async () => { const { errors } = await mutate({ mutation: createGroupMutation, variables: { @@ -2211,7 +2211,7 @@ describe('in mode', () => { describe('description', () => { describe('length without HTML', () => { describe('less then 100 chars', () => { - it('throws error: "Too view categories!"', async () => { + it('throws error: "Description too short!"', async () => { const { errors } = await mutate({ mutation: updateGroupMutation, variables: {