Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/PropertyInfos/GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs =================================================================== diff -u -r45184350a353efe0c9e03da61e60a817470d2d1e -rbcb6b2364bcd2796869223db9942d3338b0f577a --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/PropertyInfos/GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs (.../GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs) (revision 45184350a353efe0c9e03da61e60a817470d2d1e) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/PropertyInfos/GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs (.../GrassCoverErosionOutwardsFailureMechanismContextPropertyInfoTest.cs) (revision bcb6b2364bcd2796869223db9942d3338b0f577a) @@ -43,7 +43,6 @@ PropertyInfo info = GetInfo(plugin); // Assert - Assert.IsNull(info.AfterCreate); Assert.AreEqual(typeof(GrassCoverErosionOutwardsFailureMechanismContext), info.DataType); Assert.AreEqual(typeof(GrassCoverErosionOutwardsFailureMechanismProperties), info.PropertyObjectType); }