Skip to content

Commit

Permalink
renamed test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashraj254 committed Oct 7, 2023
1 parent 58003a4 commit 7fd5a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GetProductsListUseCaseImplTest {
}

@Test
fun givenUserAvailable_whenExecute_thenReturnCorrectValue() {
fun givenProductsAvailable_whenExecute_thenReturnCorrectValue() {
val mockedProducts = listOf(
ProductModel(id = "1", name = "Apple", price = 1.0, image = "image1.jpg", description = "Fruit", nutrition = "Healthy"),
ProductModel(id = "2", name = "Fries", price = 5.0, image = "image2.jpg", description = "Junk food", nutrition = "Unhealthy"),
Expand Down

0 comments on commit 7fd5a26

Please sign in to comment.