Skip to content

Commit

Permalink
Change name to searchTextWithThreeSpacesAndOneLetter_isEmptyQuery
Browse files Browse the repository at this point in the history
Co-authored-by: Don Turner <dturner@users.noreply.github.com>
  • Loading branch information
Jaehwa-Noh and dturner authored Mar 5, 2024
1 parent 39a137f commit 8664528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class SearchViewModelTest {
}

@Test
fun stateIsEmptyQuery_withThreeWhiteSpacesAndOneLetterSearchQuery() = runTest {
fun searchTextWithThreeSpacesAndOneLetter_isEmptyQuery() = runTest {
searchContentsRepository.addNewsResources(newsResourcesTestData)
searchContentsRepository.addTopics(topicsTestData)
val collectJob = launch(UnconfinedTestDispatcher()) { viewModel.searchResultUiState.collect() }
Expand Down

0 comments on commit 8664528

Please sign in to comment.