Skip to content

Commit c1418a4

Browse files
committed
fix tests now that there are 2 pilgaards in the database
1 parent dc3421d commit c1418a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/web/Jordnaer.Tests/UserSearch/UserSearchServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public async Task Return_UserSearchResult_With_Category_Filter()
5858
var result = await _sut.GetUsersAsync(filter);
5959

6060
// Assert
61-
result.TotalCount.Should().Be(1);
61+
result.TotalCount.Should().BeGreaterThanOrEqualTo(1);
6262
result.Users.Should().ContainSingle(u => u.Categories.Contains(filter.Categories.First()));
6363
}
6464

0 commit comments

Comments
 (0)