no only in test

This commit is contained in:
Moriz Wahl 2023-03-30 10:31:13 +02:00
parent f00b36b99e
commit 4dc8952fc8

View File

@ -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({