Skip to content
Snippets Groups Projects
Commit ed8bd304 authored by adityab3's avatar adityab3
Browse files

fixed unit test bug in malaria epidemic

parent 9e5975b7
No related branches found
No related tags found
1 merge request!18UC14 [S2]: Detect Flu Epidemic
......@@ -130,6 +130,7 @@ public class ViewDiagnosisStatisticsActionTest extends TestCase {
}
public void testIsMalariaEpidemicNone() throws Exception {
gen.malaria_epidemic1();
assertFalse(action.isMalariaEpidemic("06/02/2010", "38201", "110"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment