Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs =================================================================== diff -u -r8905298103eb01ce13dd5c1a2f267f879d4fda3e -r9383ddebb862ad6d2e18939d544c3710745a7e3f --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 8905298103eb01ce13dd5c1a2f267f879d4fda3e) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 9383ddebb862ad6d2e18939d544c3710745a7e3f) @@ -74,7 +74,7 @@ propertyInfos, typeof(HeightStructuresFailureMechanismContext), typeof(HeightStructuresFailureMechanismProperties)); - Assert.AreSame(failureMechanism, heightStructuresFailureMechanismContextPropertyInfo.GetObjectPropertiesData(failureMechanismContext)); + Assert.IsNull(heightStructuresFailureMechanismContextPropertyInfo.GetObjectPropertiesData); Assert.IsNull(heightStructuresFailureMechanismContextPropertyInfo.AdditionalDataCheck); Assert.IsNull(heightStructuresFailureMechanismContextPropertyInfo.AfterCreate);