Skip to content

Commit

Permalink
[22374] Re enabled test function with issue for failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-jsonjuliane committed Oct 21, 2024
1 parent 52cbd44 commit f6baed7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class ExternalViewModelTest {
ExternalViewModel()
}

// TODO: Unit test - refactor
/* Disabled function due to mockito exception
@Test
fun shouldSetArgs() {
val args = Bundle()
Expand All @@ -33,7 +31,6 @@ class ExternalViewModelTest {
assertThat(viewModel.externalFormField).isEqualTo(externalFormField)
assertThat(viewModel.url.get()).isEqualTo("url")
}
*/

@Test
fun shouldNotSetArgsOnNull() {
Expand Down

0 comments on commit f6baed7

Please sign in to comment.