Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshinishio committed Jan 2, 2025
1 parent b848ca7 commit 8fef738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/supabase/test_users_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_parse_subscription_object() -> None:

def assertion_test(customer_id: str, product_id: str):
subscription = get_subscription(customer_id=customer_id)
_, _, product_id_output = supabase_manager.parse_subscription_object(
_, _, product_id_output, _ = supabase_manager.parse_subscription_object(
subscription=subscription,
installation_id=INSTALLATION_ID,
customer_id=customer_id,
Expand Down

0 comments on commit 8fef738

Please sign in to comment.