Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: サジェストされるユーザのリストアップ方法を見直し #14180

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test
  • Loading branch information
samunohito committed Jul 12, 2024
commit 3ced76c61681a2e8d06d2784d2ea2c7fcc61d707
1 change: 1 addition & 0 deletions packages/backend/test/unit/UserSearchService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ describe('UserSearchService', () => {
});

test('サスペンド済みユーザは出ない', async () => {
await setActive([alice, alyce, alycia, alysha, alyson, alyssa, bob, bobbi, bobbie, bobby]);
await setSuspended([alice, alyce, alycia]);

const result = await service.search(
Expand Down
Loading