Skip to content

Commit

Permalink
codefactor: Removed unnecesary parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonlom committed Mar 17, 2024
1 parent 3a0ad0d commit eb6ee47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal class CatalogSearchViewModelTest {
@Before
fun setUp() {
MockitoAnnotations.openMocks(this)
viewModel = CatalogSearchViewModel(CatalogSearchRepository((fakeLocalDataSource)))
viewModel = CatalogSearchViewModel(CatalogSearchRepository(fakeLocalDataSource))
}

@Test
Expand Down

0 comments on commit eb6ee47

Please sign in to comment.