diff --git a/Tests/HelperTests/BillingTest.cs b/Tests/HelperTests/BillingTest.cs index 9b48896..c2f6c13 100644 --- a/Tests/HelperTests/BillingTest.cs +++ b/Tests/HelperTests/BillingTest.cs @@ -31,8 +31,8 @@ namespace Tests.HelperTests { if (Connection == null) return; await AppDbContext.ExecuteBatch(Connection, """ DELETE FROM credit; - DELETE FROM delivery_part_bucket; DELETE FROM payment_variant; + DELETE FROM delivery_part_bucket; """); }