Update MRI projects for Aluminium
[bgpcep.git] / bgp / extensions / labeled-unicast / src / test / java / org / opendaylight / protocol / bgp / labeled / unicast / LabeledUnicastIpv4RIBSupportTest.java
index 43013b6f23110ad1928e14b694efd45c23971116..707e458ff58073509b9bfc7a8ccd4be9003c6fef 100644 (file)
@@ -102,7 +102,7 @@ public class LabeledUnicastIpv4RIBSupportTest extends AbstractRIBSupportTest<Lab
     @Override
     public void setUp() throws Exception {
         super.setUp();
-        this.ribSupport = LabeledUnicastIpv4RIBSupport.getInstance(this.mappingService);
+        this.ribSupport = LabeledUnicastIpv4RIBSupport.getInstance(this.adapter.currentSerializer());
         setUpTestCustomizer(this.ribSupport);
     }