Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsInputTest.cs =================================================================== diff -u -raa967d02f0b4b19c03083f019278054bd2b8aee1 -r5c2499b69a603d92787acc9118bfc5a9da3c5d30 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsInputTest.cs (.../MacroStabilityInwardsInputTest.cs) (revision aa967d02f0b4b19c03083f019278054bd2b8aee1) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsInputTest.cs (.../MacroStabilityInwardsInputTest.cs) (revision 5c2499b69a603d92787acc9118bfc5a9da3c5d30) @@ -201,7 +201,7 @@ } [Test] - [TestCaseSource(nameof(GetInValidConstructionPropertiesCombinations))] + [TestCaseSource(nameof(GetInvalidConstructionPropertiesCombinations))] public void Constructor_InvalidConstructionProperties_ThrowsArgumentException(MacroStabilityInwardsInput.ConstructionProperties properties, string expectedMessage) { @@ -587,7 +587,7 @@ CoreCloneAssert.AreObjectClones(original, clone, MacroStabilityInwardsCloneAssert.AreClones); } - private static IEnumerable GetInValidConstructionPropertiesCombinations() + private static IEnumerable GetInvalidConstructionPropertiesCombinations() { const string expectedXMessage = "X links moet kleiner zijn dan of gelijk zijn aan X rechts, of NaN."; const string expectedZMessage = "Z boven moet groter zijn dan of gelijk zijn aan Z onder, of NaN.";