Fix typo in backend 'filter-posts.spec.js'

This commit is contained in:
Wolfgang Huß 2023-05-30 12:11:16 +02:00 committed by mahula
parent e56d9496a5
commit b153619b9f

View File

@ -158,7 +158,7 @@ describe('Filter Posts', () => {
})
describe('order events by event start descending', () => {
it('finds the events orderd accordingly', async () => {
it('finds the events ordered accordingly', async () => {
const {
data: { Post: result },
} = await query({
@ -180,7 +180,7 @@ describe('Filter Posts', () => {
})
describe('order events by event start ascending', () => {
it('finds the events orderd accordingly', async () => {
it('finds the events ordered accordingly', async () => {
const {
data: { Post: result },
} = await query({