Skip to content

Commit

Permalink
test: searchService 메서드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
inpink committed Sep 22, 2024
1 parent c46e2aa commit 40835e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void searchAndPostsReturnsSortedMap() {
.thenReturn(Arrays.asList(post1, post2));

// When
List<Map.Entry<BasePostRequest, Integer>> result = searchService.searchAndPosts(
List<Map.Entry<BasePostRequest, Integer>> result = searchService.searchAndPostWithoutBoostClassification(
List.of(searchQuery));

// Then
Expand Down

0 comments on commit 40835e0

Please sign in to comment.