Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs =================================================================== diff -u -re46bec50706f5ea1a7754bbaebfc892745d8604a -rfada97a57c5c19983ffe23b02944dc48d02c509c --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs (.../HeightStructuresContextTreeNodeInfoTest.cs) (revision e46bec50706f5ea1a7754bbaebfc892745d8604a) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs (.../HeightStructuresContextTreeNodeInfoTest.cs) (revision fada97a57c5c19983ffe23b02944dc48d02c509c) @@ -186,7 +186,7 @@ var failureMechanism = new HeightStructuresFailureMechanism(); // Precondition - CollectionAssert.IsEmpty(failureMechanism.HeightStructures); + CollectionAssert.IsEmpty(failureMechanism.HeightStructuresCollection); var heightStructuresContext = new HeightStructuresContext(failureMechanism.HeightStructuresCollection, failureMechanism, asssessmentSection);