Skip to content

Commit

Permalink
dev(narugo): fix error in hfutils whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Nov 27, 2024
1 parent f22c6e0 commit d2c9d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entry/test_whoami.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand Down

0 comments on commit d2c9d8c

Please sign in to comment.