aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/java
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-06-05 16:04:28 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-06-10 08:22:57 +0000
commita757067ec2b71e2c74cd0163f0c67bce402dcada (patch)
tree3a28dd9e62c9e3f2478edd3167415777fc615cbf /catalog-be/src/test/java
parente8f0bc3380f52faa7c233070aadd080a81b3234f (diff)
Fix sonar bugs
Fix all sonar bugs reported in SwitchoverDetector class + fix all checkstyle issues Issue-ID: SDC-2931 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ic86a3526fc7030e10a61b150058c04a391c40c7b
Diffstat (limited to 'catalog-be/src/test/java')
-rw-r--r--catalog-be/src/test/java/org/openecomp/sdc/be/components/HealthCheckBusinessLogicTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/src/test/java/org/openecomp/sdc/be/components/HealthCheckBusinessLogicTest.java b/catalog-be/src/test/java/org/openecomp/sdc/be/components/HealthCheckBusinessLogicTest.java
index b0500fd5af..a31b5feb51 100644
--- a/catalog-be/src/test/java/org/openecomp/sdc/be/components/HealthCheckBusinessLogicTest.java
+++ b/catalog-be/src/test/java/org/openecomp/sdc/be/components/HealthCheckBusinessLogicTest.java
@@ -42,7 +42,7 @@ public class HealthCheckBusinessLogicTest {
HealthCheckBusinessLogic healthCheckBusinessLogic = new HealthCheckBusinessLogic();
@Test
- public void checkStausUpdated() {
+ public void checkStatusUpdated() {
boolean statusChanged = healthCheckBusinessLogic.anyStatusChanged(null, null);
assertFalse("check false", statusChanged);