diff --git a/tests/test_cli_output.py b/tests/test_cli_output.py index ecfda39..85467a1 100644 --- a/tests/test_cli_output.py +++ b/tests/test_cli_output.py @@ -198,7 +198,7 @@ def test_has_active_purchased_credits(self, mock_console): purchased_credits = [ { "remaining": 20, - "expiry_date": "2026-06-12T00:00:00+00:00", + "expiry_date": "2030-06-12T00:00:00+00:00", } ] _display_status_message(None, purchased_credits)