Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/StructureSelectionDialogTest.cs =================================================================== diff -u -radddff4153e676955aceeb958276c710a731cec4 -r51c41f19c5b5ed0a0ad42b5dc3a969246d58a2d6 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/StructureSelectionDialogTest.cs (.../StructureSelectionDialogTest.cs) (revision adddff4153e676955aceeb958276c710a731cec4) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/StructureSelectionDialogTest.cs (.../StructureSelectionDialogTest.cs) (revision 51c41f19c5b5ed0a0ad42b5dc3a969246d58a2d6) @@ -139,7 +139,7 @@ } } - public class TestStructure : StructureBase + private class TestStructure : StructureBase { public TestStructure(ConstructionProperties constructionProperties) : base(constructionProperties) { } }