Skip to content

Commit

Permalink
fixup! TW-2111: Add unit test for isDisplayableResult func
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Dec 13, 2024
1 parent bd4f996 commit 65772ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/domain/model/search/server_side_search_categories.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class ServerSideSearchCategories with EquatableMixin {
return Categories(
roomEvents: RoomEventsCriteria(
searchTerm: searchTerm,
groupings: Groupings(
groupBy: [Group(key: GroupKey.roomId)],
),
orderBy: SearchOrder.recent,
filter: searchFilter,
),
Expand Down

0 comments on commit 65772ba

Please sign in to comment.