Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r7c3056aafbb670d79d239ef3d38e9d942bc33498 -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) @@ -129,7 +129,7 @@ // Assert Assert.AreEqual(3, children.Length); - var commentContext = children[0] as CommentContext; + var commentContext = children[0] as CommentContext; Assert.IsNotNull(commentContext); Assert.AreSame(calculationContext.WrappedData.Comments, commentContext.WrappedData); @@ -161,7 +161,7 @@ // Assert Assert.AreEqual(3, children.Length); - var commentContext = children[0] as CommentContext; + var commentContext = children[0] as CommentContext; Assert.IsNotNull(commentContext); Assert.AreSame(calculationContext.WrappedData.Comments, commentContext.WrappedData);