Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -r38499aa6936706c30ac12e481233d3f13545dd8b -ra8bc394180aa765a9faeb140a90e60599e64cf3e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision 38499aa6936706c30ac12e481233d3f13545dd8b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision a8bc394180aa765a9faeb140a90e60599e64cf3e) @@ -314,12 +314,12 @@ { string[] msgs = messages.ToArray(); Assert.AreEqual(7, msgs.Length); - Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' gestart.", msgs[0]); - Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' beëindigd.", msgs[1]); - Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' gestart.", msgs[2]); + Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' is gestart.", msgs[0]); + Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' is beëindigd.", msgs[1]); + Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' is gestart.", msgs[2]); Assert.AreEqual($"Golfhoogte berekening voor locatie '{locationName}' is niet geconvergeerd.", msgs[3]); StringAssert.StartsWith("Golfhoogte berekening is uitgevoerd op de tijdelijke locatie", msgs[4]); - Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' beëindigd.", msgs[5]); + Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' is beëindigd.", msgs[5]); Assert.AreEqual($"Golfhoogte berekenen voor locatie '{locationName}' is gelukt.", msgs[6]); }); Assert.AreEqual(CalculationConvergence.CalculatedNotConverged, location.WaveHeightCalculationConvergence);