Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
samunohito committed Jul 12, 2024
1 parent bf1c25e commit 3ced76c
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 3ced76c

Please sign in to comment.