X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=features%2Fdevicemanager%2Fo-ran%2Fru-fh%2Fprovider%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Foam%2Ffeatures%2Fdevicemanager%2Foran%2Ftest%2FTestORanFaultNotificationListener.java;h=61e5d1bb99f4c12920d54ea8099a42d4523852af;hb=254f964fa36cd26edb45320042d6d2d299e03914;hp=247982ad75ca477f21b9c893fbccffa703c9492e;hpb=d934c09169584068149f3f077cb401fb13bc7536;p=oam.git diff --git a/features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/oransc/oam/features/devicemanager/oran/test/TestORanFaultNotificationListener.java b/features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/oransc/oam/features/devicemanager/oran/test/TestORanFaultNotificationListener.java index 247982a..61e5d1b 100644 --- a/features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/oransc/oam/features/devicemanager/oran/test/TestORanFaultNotificationListener.java +++ b/features/devicemanager/o-ran/ru-fh/provider/src/test/java/org/oransc/oam/features/devicemanager/oran/test/TestORanFaultNotificationListener.java @@ -1,6 +1,6 @@ /* * ============LICENSE_START======================================================================== - * ONAP : ccsdk feature sdnr wt + * O-RAN-SC : oam/ccsdk feature sdnr wt * ================================================================================================= * Copyright (C) 2020 highstreet technologies GmbH Intellectual Property. All rights reserved. * ================================================================================================= @@ -22,9 +22,9 @@ import org.oransc.oam.features.devicemanager.oran.impl.ORanFaultNotificationList public class TestORanFaultNotificationListener { - @Test - public void test() { - ORanFaultNotificationListener faultListener = new ORanFaultNotificationListener(); - faultListener.onAlarmNotif(null); - } + @Test + public void test() { + ORanFaultNotificationListener faultListener = new ORanFaultNotificationListener(); + faultListener.onAlarmNotif(null); + } }