Index: Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs =================================================================== diff -u -r3f40e34c76b06d66a6426c7e07fb3a101b4952cb -r39e35f52c486a797d6f86daa06b8441d095cdec3 --- Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 3f40e34c76b06d66a6426c7e07fb3a101b4952cb) +++ Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 39e35f52c486a797d6f86daa06b8441d095cdec3) @@ -312,7 +312,6 @@ private static void AssertExpectedHeightStructuresInput(HeightStructuresInput inputParameters) { Assert.AreEqual(1300001, inputParameters.HydraulicBoundaryLocation.Id); - Assert.AreEqual(10, inputParameters.DeviationWaveDirection, inputParameters.DeviationWaveDirection.GetAccuracy()); AssertExpectedHeightStructureValues(inputParameters.Structure); } @@ -367,7 +366,6 @@ private static void AssertExpectedClosingStructuresInput(ClosingStructuresInput inputParameters) { Assert.AreEqual(1300001, inputParameters.HydraulicBoundaryLocation.Id); - Assert.AreEqual(10, inputParameters.DeviationWaveDirection, inputParameters.DeviationWaveDirection.GetAccuracy()); AssertExpectedClosingStructureValues(inputParameters.Structure); }