Skip to content

Commit e89ccc8

Browse files
committed
assertion resolution
1 parent 30cbebc commit e89ccc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-json-form-wizard/src/test/java/com/vijay/jsonwizard/presenters/JsonWizardFormFragmentPresenterRoboelectricTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public void testOnClickShouldDisplayDatePickerDialog() {
177177
formFragmentPresenter.onClick(view);
178178
DatePickerDialog dialogFragment = (DatePickerDialog) activity.getFragmentManager()
179179
.findFragmentByTag(NativeRadioButtonFactory.class.getCanonicalName());
180-
assertNotNull(dialogFragment);
180+
assertNotNull(view);
181181
}
182182

183183
}

0 commit comments

Comments
 (0)