diff --git a/opensrp-chw-malaria/src/test/java/org/smartregister/presenter/BaseMalariaProfilePresenterTest.java b/opensrp-chw-malaria/src/test/java/org/smartregister/presenter/BaseMalariaProfilePresenterTest.java index 132c9fc..b13f773 100644 --- a/opensrp-chw-malaria/src/test/java/org/smartregister/presenter/BaseMalariaProfilePresenterTest.java +++ b/opensrp-chw-malaria/src/test/java/org/smartregister/presenter/BaseMalariaProfilePresenterTest.java @@ -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); -// } - }