Index: Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs =================================================================== diff -u -r396f21603d742cdfb0e92817e5fd0b4df1e9f851 -r9e3639e810a22019da1a9fdf5aa5c433a43520c1 --- Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 396f21603d742cdfb0e92817e5fd0b4df1e9f851) +++ Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 9e3639e810a22019da1a9fdf5aa5c433a43520c1) @@ -358,7 +358,7 @@ Assert.AreEqual(0.1, closingStructure.FailureProbabilityOpenStructure.Value); Assert.AreEqual(4, closingStructure.IdenticalApertures); Assert.AreEqual(1.0, closingStructure.FailureProbabilityReparation.Value); - Assert.AreEqual(ClosingStructureType.VerticalWall, closingStructure.InflowModel); + Assert.AreEqual(ClosingStructureInflowModelType.VerticalWall, closingStructure.InflowModelType); } private static void AssertExpectedClosingStructuresInput(ClosingStructuresInput inputParameters)