Use OSGi DS in bgp-parser-spi
[bgpcep.git] / bgp / extensions / evpn / src / test / java / org / opendaylight / protocol / bgp / evpn / impl / BGPActivatorTest.java
index f2d212c83cb0985fa61256e208a6f77cd859d69c..46f1e753733f1ef4d4cd5405f24d12539912e5b5 100644 (file)
@@ -29,6 +29,5 @@ public class BGPActivatorTest {
         assertEquals(L2vpnAddressFamily.class, context.getAddressFamilyRegistry().classForFamily(L2VPN_AFI));
         assertEquals(EvpnSubsequentAddressFamily.class, context.getSubsequentAddressFamilyRegistry()
                 .classForFamily(EVPN_SAFI));
-        act.close();
     }
-}
\ No newline at end of file
+}