Improve Test coverage of DFC
[nonrtric/plt/ranpm.git] / datafilecollector / src / test / java / org / oran / datafile / Integration.java
index 27b36c1..c8ef111 100644 (file)
@@ -238,11 +238,6 @@ class Integration {
         }
     }
 
-    @Test
-    void clear() {
-
-    }
-
     @Test
     void testKafka() throws InterruptedException {
         waitForKafkaListener();
@@ -278,7 +273,7 @@ class Integration {
 
         while (kafkaReceiver.count < NO_OF_OBJECTS) {
             logger.info("sleeping {}", kafkaReceiver.count);
-            Thread.sleep(1000 * 1);
+            Thread.sleep(1000); //NOSONAR
         }
 
         String rec = kafkaReceiver.lastValue();