Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsCalculationRowTest.cs =================================================================== diff -u -r271c2fc54b79aa394b3d8d417f9dcd6d5675728e -r07783a47e1cfb0bd793eaba29c7567cb17e0b367 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsCalculationRowTest.cs (.../MacroStabilityInwardsCalculationRowTest.cs) (revision 271c2fc54b79aa394b3d8d417f9dcd6d5675728e) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsCalculationRowTest.cs (.../MacroStabilityInwardsCalculationRowTest.cs) (revision 07783a47e1cfb0bd793eaba29c7567cb17e0b367) @@ -143,7 +143,7 @@ public void StochasticSoilModel_AlwaysOnChange_NotifyObserverCalculationPropertyChangedOutputCleared() { // Setup - var newModel = new StochasticSoilModel(0, "test"); + var newModel = new StochasticSoilModel("test"); var newValue = new DataGridViewComboBoxItemWrapper(newModel); var calculation = new MacroStabilityInwardsCalculationScenario(new GeneralMacroStabilityInwardsInput());