diff --git a/backend/src/schema/resolvers/posts.spec.js b/backend/src/schema/resolvers/posts.spec.js index 1f9b646e8..10d316708 100644 --- a/backend/src/schema/resolvers/posts.spec.js +++ b/backend/src/schema/resolvers/posts.spec.js @@ -499,7 +499,7 @@ describe('UpdatePost', () => { }) describe('post type', () => { - it.only('changes the post type', async () => { + it('changes the post type', async () => { await expect( mutate({ mutation: updatePostMutation, variables: { ...variables, postType: 'Event' } }), ).resolves.toMatchObject({