Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs =================================================================== diff -u -r51d8e744ffb2168ca56ca4b6260ad9c2590c0170 -r1d119f8fbafa52dc700bc684375f3f0130a523fd --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 51d8e744ffb2168ca56ca4b6260ad9c2590c0170) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 1d119f8fbafa52dc700bc684375f3f0130a523fd) @@ -62,15 +62,15 @@ // assert Assert.AreEqual(2, propertyInfos.Length); PropertyInfo failureMechanismContextProperties = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, - typeof(HeightStructuresFailureMechanismContext), + propertyInfos, + typeof(HeightStructuresFailureMechanismContext), typeof(HeightStructuresFailureMechanismContextProperties)); Assert.IsNull(failureMechanismContextProperties.AdditionalDataCheck); Assert.IsNull(failureMechanismContextProperties.GetObjectPropertiesData); Assert.IsNull(failureMechanismContextProperties.AfterCreate); PropertyInfo heightStructuresInputContextProperties = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, + propertyInfos, typeof(HeightStructuresInputContext), typeof(HeightStructuresInputContextProperties)); Assert.IsNull(heightStructuresInputContextProperties.AdditionalDataCheck);