X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fcommon%2Fservice%2FServiceTypeTest.java;fp=common%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fcommon%2Fservice%2FServiceTypeTest.java;h=91a312142c754db960191a506b1af8921369a6b6;hb=0250f5ba4fe91a980e34a6cb63b5fbe056d0325b;hp=19a2375d09cc4d21bb6ee2614c1bc59c35a90c5b;hpb=c12a0eefdd386e48847520e5d1568404865e7fc9;p=transportpce.git diff --git a/common/src/test/java/org/opendaylight/transportpce/common/service/ServiceTypeTest.java b/common/src/test/java/org/opendaylight/transportpce/common/service/ServiceTypeTest.java index 19a2375d0..91a312142 100644 --- a/common/src/test/java/org/opendaylight/transportpce/common/service/ServiceTypeTest.java +++ b/common/src/test/java/org/opendaylight/transportpce/common/service/ServiceTypeTest.java @@ -89,7 +89,6 @@ public class ServiceTypeTest { assertEquals("service-type should be ODU4", "ODU4", serviceType); serviceType = ServiceTypes.getOtnServiceType("ODU", Uint32.valueOf(400)); assertEquals("service-type should be ODUC4", "ODUC4", serviceType); - } } \ No newline at end of file