Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs =================================================================== diff -u -refaa2edd50840c91789e601b19d523377641c824 -rf00ef179f4b76ecd6fcfe67b1e6ea797e8525509 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs (.../MacroStabilityInwardsPlugin.cs) (revision efaa2edd50840c91789e601b19d523377641c824) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs (.../MacroStabilityInwardsPlugin.cs) (revision f00ef179f4b76ecd6fcfe67b1e6ea797e8525509) @@ -75,7 +75,7 @@ yield return new PropertyInfo { CreateInstance = context => new MacroStabilityInwardsInputContextProperties(context, - () => GetNormativeAssessmentLevel(context.AssessmentSection, context.MacroStabilityInwardsCalculation), + GetNormativeAssessmentLevel(context.AssessmentSection, context.MacroStabilityInwardsCalculation), new ObservablePropertyChangeHandler(context.MacroStabilityInwardsCalculation, context.WrappedData)) }; yield return new PropertyInfo