remove duplicated test line in transactions module 85/118185/1
authorjhh <jorge.hernandez-herrero@att.com>
Mon, 22 Feb 2021 16:58:21 +0000 (10:58 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Mon, 22 Feb 2021 16:58:21 +0000 (10:58 -0600)
Issue-ID: POLICY-3033
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I674ea800fb0c79bb7bb4758bd4ae567b118da279

controlloop/common/feature-controlloop-trans/src/test/java/org/onap/policy/drools/apps/controlloop/feature/trans/ControlLoopMetricsFeatureTest.java

index 480c8d4..ba39b27 100644 (file)
@@ -57,7 +57,6 @@ public class ControlLoopMetricsFeatureTest {
         PolicyEngineConstants.getManager().getStats().getGroupStat().setAverageExecutionTime(0d);
         PolicyEngineConstants.getManager().getStats().getGroupStat().setLastExecutionTime(0L);
         PolicyEngineConstants.getManager().getStats().getGroupStat().setLastStart(0L);
-        PolicyEngineConstants.getManager().getStats().getGroupStat().setAverageExecutionTime(0d);
         PolicyEngineConstants.getManager().getStats().getGroupStat().setPolicyExecutedCount(0L);
         PolicyEngineConstants.getManager().getStats().getGroupStat().setPolicyExecutedFailCount(0L);
         PolicyEngineConstants.getManager().getStats().getGroupStat().setPolicyExecutedSuccessCount(0L);