Skip to content

Commit

Permalink
assertion resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaMutuku committed Mar 7, 2023
1 parent 30cbebc commit e89ccc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public void testOnClickShouldDisplayDatePickerDialog() {
formFragmentPresenter.onClick(view);
DatePickerDialog dialogFragment = (DatePickerDialog) activity.getFragmentManager()
.findFragmentByTag(NativeRadioButtonFactory.class.getCanonicalName());
assertNotNull(dialogFragment);
assertNotNull(view);
}

}

0 comments on commit e89ccc8

Please sign in to comment.