Tests: Small fixes

This commit is contained in:
2024-02-13 12:44:43 +01:00
parent 805f782c83
commit 1b9064a97c
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
-- deletes for HelperTests.BillingTest
DELETE FROM credit;
DELETE FROM payment_variant
DELETE FROM payment_variant;
DELETE FROM delivery;
DELETE FROM area_commitment;
DELETE FROM area_commitment_type;