Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ImportInfos/StochasticSoilModelCollectionContextImportInfoTest.cs =================================================================== diff -u -r07d5be33d21f07a72ac836b16e9639e7118c8af6 -r7c433a2fecb8c13011283032fefffa662b43c8f5 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ImportInfos/StochasticSoilModelCollectionContextImportInfoTest.cs (.../StochasticSoilModelCollectionContextImportInfoTest.cs) (revision 07d5be33d21f07a72ac836b16e9639e7118c8af6) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ImportInfos/StochasticSoilModelCollectionContextImportInfoTest.cs (.../StochasticSoilModelCollectionContextImportInfoTest.cs) (revision 7c433a2fecb8c13011283032fefffa662b43c8f5) @@ -215,7 +215,7 @@ // Assert string expectedInquiryMessage = "Als u stochastische ondergrondmodellen importeert, " + - "dan worden all rekenresultaten van dit toetsspoor verwijderd." + + "dan worden alle rekenresultaten van dit toetsspoor verwijderd." + $"{Environment.NewLine}{Environment.NewLine}Weet u zeker dat u wilt doorgaan?"; Assert.AreEqual(expectedInquiryMessage, textBoxMessage); Assert.AreEqual(isActionConfirmed, requiresUpdateConfirmation);