From 10d12113889f1c76da8164e3747e8789eb503eff Mon Sep 17 00:00:00 2001 From: Albert Medrano-Lopez <41843630+komposer-aml@users.noreply.github.com> Date: Mon, 29 Dec 2025 23:44:32 -0800 Subject: [PATCH] chore: improved grammar in "already logged in as" message Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/cli/commands/anilist/commands/test_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/commands/anilist/commands/test_auth.py b/tests/cli/commands/anilist/commands/test_auth.py index c0f3b64..45fcb4f 100644 --- a/tests/cli/commands/anilist/commands/test_auth.py +++ b/tests/cli/commands/anilist/commands/test_auth.py @@ -255,7 +255,7 @@ def test_auth_already_logged_in_relogin_yes( assert result.exit_code == 0 selector_instance.confirm.assert_called_with( - "You are already logged in as testuser.Would you like to relogin" + "You are already logged in as testuser. Would you like to relogin" ) auth_service_instance.save_user_profile.assert_called_with( new_profile_mock, "new_token"