feature: Add local subscription notification worker
This commit is contained in:
@@ -83,6 +83,10 @@ class UserDalMergeTests(unittest.IsolatedAsyncioTestCase):
|
||||
delete_tables.index("traffic_warnings"),
|
||||
delete_tables.index("subscriptions"),
|
||||
)
|
||||
self.assertLess(
|
||||
delete_tables.index("subscription_notifications"),
|
||||
delete_tables.index("subscriptions"),
|
||||
)
|
||||
self.assertLess(
|
||||
delete_tables.index("promo_code_activations"),
|
||||
delete_tables.index("payments"),
|
||||
|
||||
Reference in New Issue
Block a user