Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/SelectedTopLevelFaultTreeIllustrationPointPropertyInfoTest.cs =================================================================== diff -u -rc072c430cf3193c3ada31a81bd0cd4e75f4a068a -rc439fa39aa82e7767be52d24e1c3af6f5fc19937 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/SelectedTopLevelFaultTreeIllustrationPointPropertyInfoTest.cs (.../SelectedTopLevelFaultTreeIllustrationPointPropertyInfoTest.cs) (revision c072c430cf3193c3ada31a81bd0cd4e75f4a068a) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/SelectedTopLevelFaultTreeIllustrationPointPropertyInfoTest.cs (.../SelectedTopLevelFaultTreeIllustrationPointPropertyInfoTest.cs) (revision c439fa39aa82e7767be52d24e1c3af6f5fc19937) @@ -67,7 +67,7 @@ new IllustrationPointNode(new TestIllustrationPoint())); var selectedTopLevelFaultTreeIllustrationPoint = new SelectedTopLevelFaultTreeIllustrationPoint(topLevelFaultTreeIllustrationPoint, - Enumerable.Empty()); + Enumerable.Empty()); // Call IObjectProperties objectProperties = info.CreateInstance(selectedTopLevelFaultTreeIllustrationPoint);