mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-04-28 11:53:08 -07:00
chore: improved grammar in "already logged in as" message
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
efa6f4d142
commit
10d1211388
@@ -255,7 +255,7 @@ def test_auth_already_logged_in_relogin_yes(
|
|||||||
|
|
||||||
assert result.exit_code == 0
|
assert result.exit_code == 0
|
||||||
selector_instance.confirm.assert_called_with(
|
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(
|
auth_service_instance.save_user_profile.assert_called_with(
|
||||||
new_profile_mock, "new_token"
|
new_profile_mock, "new_token"
|
||||||
|
|||||||
Reference in New Issue
Block a user