From 81f9fd4bb21d1851f07f38b6b09dd56fa17193bd Mon Sep 17 00:00:00 2001 From: Nejc Stebe Date: Fri, 12 Jun 2026 09:36:59 +0200 Subject: [PATCH] fix test which fails since today --- tests/test_cli_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)