BillingTest: Fix TearDown
This commit is contained in:
@ -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;
|
||||
""");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user