diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-06-05 16:04:28 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-10 08:22:57 +0000 |
commit | a757067ec2b71e2c74cd0163f0c67bce402dcada (patch) | |
tree | 3a28dd9e62c9e3f2478edd3167415777fc615cbf /catalog-be/src/test | |
parent | e8f0bc3380f52faa7c233070aadd080a81b3234f (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')
-rw-r--r-- | catalog-be/src/test/java/org/openecomp/sdc/be/components/HealthCheckBusinessLogicTest.java | 2 |
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); |