pull/699/head
Alinson S. Xavier 5 years ago
parent d1eeb559cb
commit 0b23fbed86

@ -115,7 +115,7 @@ public class ListHabitsSelectionMenuBehaviorTest extends BaseUnitTest
behavior.onDeleteHabits(); behavior.onDeleteHabits();
verify(screen).showDeleteConfirmationScreen(deleteCallback.capture()); verify(screen).showDeleteConfirmationScreen(deleteCallback.capture(), eq(1));
deleteCallback.getValue().onConfirmed(); deleteCallback.getValue().onConfirmed();
assertNull(habitList.getById(id)); assertNull(habitList.getById(id));
} }

Loading…
Cancel
Save