Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresInputTest.cs =================================================================== diff -u -r76c6f433b6291cb6289f3c9e1df08c5491b7869d -r7259f846cac0ed1569ee22d9788ca7c2f3ca6445 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresInputTest.cs (.../ClosingStructuresInputTest.cs) (revision 76c6f433b6291cb6289f3c9e1df08c5491b7869d) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresInputTest.cs (.../ClosingStructuresInputTest.cs) (revision 7259f846cac0ed1569ee22d9788ca7c2f3ca6445) @@ -170,7 +170,7 @@ [TestCase(-400)] [TestCase(double.PositiveInfinity)] [TestCase(double.NegativeInfinity)] - public void Properties_StructureNormalOrientationInValidValues_ThrowsArgumentOutOfRangeException(double invalidValue) + public void Properties_StructureNormalOrientationInvalidValues_ThrowsArgumentOutOfRangeException(double invalidValue) { // Setup var input = new ClosingStructuresInput();