Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingInputViewTest.cs =================================================================== diff -u -r248d8a19f75dff2b22237c139199914e1047f103 -rb7ceb01aa02cd6f48334150f867a397314ceba3e --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingInputViewTest.cs (.../PipingInputViewTest.cs) (revision 248d8a19f75dff2b22237c139199914e1047f103) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingInputViewTest.cs (.../PipingInputViewTest.cs) (revision b7ceb01aa02cd6f48334150f867a397314ceba3e) @@ -321,7 +321,7 @@ view.Data = calculation; // Assert - AssertEmtpySoilLayerTable(view); + AssertEmptySoilLayerTable(view); } } @@ -343,7 +343,7 @@ view.Data = calculation; // Assert - AssertEmtpySoilLayerTable(view); + AssertEmptySoilLayerTable(view); } } @@ -758,7 +758,7 @@ return surfaceLine; } - private static void AssertEmtpySoilLayerTable(PipingInputView view) + private static void AssertEmptySoilLayerTable(PipingInputView view) { var tableControl = view.Controls.Find("pipingSoilLayerTable", true).First() as PipingSoilLayerTable;