mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix typo in backend 'filter-posts.spec.js'
This commit is contained in:
parent
e56d9496a5
commit
b153619b9f
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user