Refactoring of cisco-xr-driver and impl modules.
[unimgr.git] / cisco-xr-driver / src / test / java / org / opendaylight / unimgr / mef / nrp / cisco / xr / l2vpn / helper / XConnectHelperTest.java
index 25e212c9f28516e39a6030676939f4b30b93252d..6d4d3df7eb4761463f79594521dabca5f35262d0 100644 (file)
@@ -64,7 +64,6 @@ public class XConnectHelperTest {
     @Test
     public void testBuild() {
         //given
-        //XConnectHelper xConnectHelper =
         String xConnectName = "ExampleXConnectName";
         String xConnectGroupName = "ExampleXConnectGroupName";
         AttachmentCircuits attachmentCircuits = Mockito.mock(AttachmentCircuits.class);