Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs =================================================================== diff -u -r43b4218e6e71896eb4f3985555258caeb4c7f6f7 -r49621ecdce5a2a8f7c8bb689e8cfd6759dfb8fc6 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs) (revision 43b4218e6e71896eb4f3985555258caeb4c7f6f7) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs) (revision 49621ecdce5a2a8f7c8bb689e8cfd6759dfb8fc6) @@ -97,7 +97,7 @@ dataGridView.Rows[22].Cells[assessmentLayerTwoAIndex].ErrorText); // Add group and ensure the data grid view is not changed - var nestedCalculationGroup = new CalculationGroup("New group"); + var nestedCalculationGroup = new CalculationGroup(); assessmentSection.MacroStabilityInwards.CalculationsGroup.Children.Add(nestedCalculationGroup); assessmentSection.MacroStabilityInwards.CalculationsGroup.NotifyObservers(); Assert.AreEqual("-", dataGridView.Rows[22].Cells[assessmentLayerTwoAIndex].FormattedValue);