Skip to content

Commit

Permalink
FIX test code : whenParamIsSetTo5_recentSearchQueriesAreReturnedUpTo5 ([
Browse files Browse the repository at this point in the history
  • Loading branch information
squart300kg committed Apr 3, 2024
1 parent b782291 commit 98fd9ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ class GetRecentSearchQueriesUseCaseTest {
delay(10L)
}

// Check that recent search queries are ordered by latest up to 10.
// Check that recent search queries are ordered by latest up to 5.
assertEquals(
testRecentSearchQueries.reversed().take(5),
recentSearchQueries.first().map { it.query },
Expand Down

0 comments on commit 98fd9ee

Please sign in to comment.