Change the slot width for 400G
[transportpce.git] / common / src / test / java / org / opendaylight / transportpce / common / fixedflex / GridUtilsTest.java
index 08b549e0d00afbe799dc357873c20da54387f2af..0ac52b0902d6e21b96f67fc76171f7a4d6316f0f 100644 (file)
@@ -81,7 +81,7 @@ public class GridUtilsTest {
 
     @Test
     public void getWidthFromRateAndModulationFormatTest() {
-        assertEquals("Width should be 80", new FrequencyGHz(GridConstant.WIDTH_80),
+        assertEquals("Width should be 75", new FrequencyGHz(GridConstant.WIDTH_75),
                 GridUtils.getWidthFromRateAndModulationFormat(ServiceRateConstant.RATE_400,
                         ModulationFormat.DpQam16));
     }