Index: Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs =================================================================== diff -u -r183d1e7ed095ea4e8024068bc4ddfcf3ac6997d3 -r3f40e34c76b06d66a6426c7e07fb3a101b4952cb --- Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 183d1e7ed095ea4e8024068bc4ddfcf3ac6997d3) +++ Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 3f40e34c76b06d66a6426c7e07fb3a101b4952cb) @@ -282,9 +282,9 @@ Assert.AreEqual(1, demoAssessmentSection.HeightStructures.CalculationsGroup.Children.Count); StructuresCalculation calculation = demoAssessmentSection.HeightStructures - .Calculations - .OfType>() - .First(); + .Calculations + .OfType>() + .First(); AssertExpectedHeightStructuresInput(calculation.InputParameters); } @@ -327,9 +327,9 @@ Assert.AreEqual(1, demoAssessmentSection.ClosingStructures.CalculationsGroup.Children.Count); StructuresCalculation calculation = demoAssessmentSection.ClosingStructures - .Calculations - .OfType>() - .First(); + .Calculations + .OfType>() + .First(); AssertExpectedClosingStructuresInput(calculation.InputParameters); } @@ -474,9 +474,9 @@ Assert.AreEqual(1, demoAssessmentSection.StabilityPointStructures.CalculationsGroup.Children.Count); AssertExpectedStabilityPointStructureValues(demoAssessmentSection.StabilityPointStructures.StabilityPointStructures[0]); StructuresCalculation calculation = demoAssessmentSection.StabilityPointStructures - .Calculations - .OfType>() - .First(); + .Calculations + .OfType>() + .First(); AssertExpectedStabilityPointStructuresInput(calculation.InputParameters); }