diff --git a/testing/tests/regression-suite/924-MOVE.test b/testing/tests/regression-suite/924-MOVE.test index f8e53ec5..34a55abe 100644 --- a/testing/tests/regression-suite/924-MOVE.test +++ b/testing/tests/regression-suite/924-MOVE.test @@ -16,6 +16,6 @@ SELECT caldav_data.dav_name AS data_name, calendar_item.dav_name AS item_name, calendar_item.collection_id AS ci_collection FROM caldav_data JOIN calendar_item USING(dav_id) WHERE caldav_data.dav_name ~ 'DAYPARTY-77C6-4FB7-BDD3-6882E2F1BE74.ics' - ORDER BY cd_collection; + ORDER BY cd_collection ENDQUERY