BillingTest: Fix TearDown
This commit is contained in:
@ -31,8 +31,8 @@ namespace Tests.HelperTests {
|
|||||||
if (Connection == null) return;
|
if (Connection == null) return;
|
||||||
await AppDbContext.ExecuteBatch(Connection, """
|
await AppDbContext.ExecuteBatch(Connection, """
|
||||||
DELETE FROM credit;
|
DELETE FROM credit;
|
||||||
DELETE FROM delivery_part_bucket;
|
|
||||||
DELETE FROM payment_variant;
|
DELETE FROM payment_variant;
|
||||||
|
DELETE FROM delivery_part_bucket;
|
||||||
""");
|
""");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user