Skip to content

Commit

Permalink
loose commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisladleo committed Jul 2, 2019
1 parent 1c23ba0 commit 119c329
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,4 @@ public void malariaTestDatePeriodIsNotBetweenSevenAndTenAndNotGreaterThanTen() {
R.color.due_profile_blue);
}

// @Test
// public void malariaTestDatePeriodIsBetweenSevenAndTenSevenInclusiveRecordMalariaButtonHasDueColor() {
// profilePresenter.recordMalariaButton(7, androidView, context);
// verify(profilePresenter).changeViewColor(androidView, context,
// R.color.due_profile_blue);
// }

}

0 comments on commit 119c329

Please sign in to comment.