Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r7a165d807e1cce8ca51f7707ce6addb0951aa8b4 -rc0d30f326bbc7308be94ba7a77ee37744cb7bee5 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs (.../FailureMechanismContextTreeNodeInfoTest.cs) (revision 7a165d807e1cce8ca51f7707ce6addb0951aa8b4) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs (.../FailureMechanismContextTreeNodeInfoTest.cs) (revision c0d30f326bbc7308be94ba7a77ee37744cb7bee5) @@ -183,15 +183,15 @@ Assert.AreSame(failureMechanism, failureMechanismSectionsContext.WrappedData); Assert.AreSame(assessmentSection, failureMechanismSectionsContext.ParentAssessmentSection); - var inputCommentContext = (CommentContext) inputFolder.Contents[1]; + var inputCommentContext = (CommentContext) inputFolder.Contents[1]; Assert.IsNotNull(inputCommentContext); Assert.AreSame(failureMechanism.InputComments, inputCommentContext.WrappedData); var outputFolder = (CategoryTreeFolder) children[1]; Assert.AreEqual("Oordeel", outputFolder.Name); Assert.AreEqual(TreeFolderCategory.Output, outputFolder.Category); - var outputCommentContext = (CommentContext) outputFolder.Contents[0]; + var outputCommentContext = (CommentContext) outputFolder.Contents[0]; Assert.IsNotNull(outputCommentContext); Assert.AreSame(failureMechanism.OutputComments, outputCommentContext.WrappedData); } @@ -259,7 +259,7 @@ // Assert Assert.AreEqual(1, children.Length); - var commentContext = (CommentContext) children[0]; + var commentContext = (CommentContext) children[0]; Assert.AreSame(failureMechanism.NotRelevantComments, commentContext.WrappedData); } mocks.VerifyAll();