Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 38e94ed

Browse files
test: Fix test
1 parent 0cbccf2 commit 38e94ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/tests/test_billing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def test_delete_subscription_with_schedule_releases_schedule_and_cancels_subscri
448448
list_invoice_mock.assert_called_once_with(
449449
subscription=stripe_subscription_id,
450450
status="paid",
451-
created={"created.gte": 1458263420, "created.lt": 1489799420},
451+
created={"gte": 1458263420, "lt": 1489799420},
452452
)
453453
self.assertEqual(create_refund_mock.call_count, 2)
454454
modify_customer_mock.assert_called_once_with(

0 commit comments

Comments
 (0)