Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r7c3056aafbb670d79d239ef3d38e9d942bc33498 -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.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); @@ -160,7 +160,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);