From 119c3297d15a0e83624d695df5654cd24f1f7acd Mon Sep 17 00:00:00 2001 From: Denis Rwelamila Date: Tue, 2 Jul 2019 12:37:07 +0300 Subject: [PATCH] loose commented code --- .../presenter/BaseMalariaProfilePresenterTest.java | 7 ------- 1 file changed, 7 deletions(-) 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); -// } - }