Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/PropertyInfos/GrassCoverErosionInwardsFailureMechanismContextPropertyInfoTest.cs =================================================================== diff -u -r819a4413e76659295c4f62a5ccf204c19d2e7161 -rc48f16746209f799f93c6fc79a5202a9e3fd419f --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/PropertyInfos/GrassCoverErosionInwardsFailureMechanismContextPropertyInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertyInfoTest.cs) (revision 819a4413e76659295c4f62a5ccf204c19d2e7161) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/PropertyInfos/GrassCoverErosionInwardsFailureMechanismContextPropertyInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertyInfoTest.cs) (revision c48f16746209f799f93c6fc79a5202a9e3fd419f) @@ -72,6 +72,7 @@ var objectProperties = info.CreateInstance(context); // Assert + Assert.IsInstanceOf(objectProperties); Assert.AreSame(context, objectProperties.Data); mocks.VerifyAll();