From d2c9d8c5840e532022854f39a723beecd665b854 Mon Sep 17 00:00:00 2001 From: narugo1992 Date: Wed, 27 Nov 2024 17:40:26 +0800 Subject: [PATCH] dev(narugo): fix error in hfutils whoami --- test/entry/test_whoami.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/entry/test_whoami.py b/test/entry/test_whoami.py index 9a5cb5d6d97..a9be5a9095a 100644 --- a/test/entry/test_whoami.py +++ b/test/entry/test_whoami.py @@ -36,7 +36,7 @@ def test_simple_whoami(self): '@CyberHarem (full name: CyberHarem)', '@BangumiBase (full name: BangumiBase)', '@DeepBase (full name: DeepBase)', - '@AppleHarem (full name: LittleApple AppleHarem)', + '@AppleHarem (full name: AppleHarem)', ]: assert org_info in text, f'Organization {org_info!r} not found.'