Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelCalculationsViewTest.cs =================================================================== diff -u -rd3b14a0f327184e0239e5239c826805c565fe8be -rb6f3b68404cad00988843342f68022dc743e74c1 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelCalculationsViewTest.cs (.../DesignWaterLevelCalculationsViewTest.cs) (revision d3b14a0f327184e0239e5239c826805c565fe8be) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelCalculationsViewTest.cs (.../DesignWaterLevelCalculationsViewTest.cs) (revision b6f3b68404cad00988843342f68022dc743e74c1) @@ -405,7 +405,7 @@ // Assert Assert.IsInstanceOf(messageProviderValue); - Assert.AreEqual($"Toetspeil berekenen voor locatie 'Location name' ({categoryBoundaryName})", + Assert.AreEqual($"Waterstand berekenen voor locatie 'Location name' ({categoryBoundaryName})", messageProviderValue.GetActivityDescription("Location name")); Assert.AreEqual(databaseFilePath, hydraulicBoundaryDatabaseFilePathValue); Assert.AreEqual("", preprocessorDirectoryValue); @@ -477,7 +477,7 @@ // Assert Assert.IsInstanceOf(messageProviderValue); - Assert.AreEqual($"Toetspeil berekenen voor locatie 'Location name' ({categoryBoundaryName})", + Assert.AreEqual($"Waterstand berekenen voor locatie 'Location name' ({categoryBoundaryName})", messageProviderValue.GetActivityDescription("Location name")); Assert.AreEqual(databaseFilePath, hydraulicBoundaryDatabaseFilePathValue); Assert.AreEqual(preprocessorDirectory, preprocessorDirectoryValue); @@ -548,7 +548,7 @@ // Assert Assert.IsInstanceOf(messageProviderValue); - Assert.AreEqual($"Toetspeil berekenen voor locatie 'Location name' ({categoryBoundaryName})", + Assert.AreEqual($"Waterstand berekenen voor locatie 'Location name' ({categoryBoundaryName})", messageProviderValue.GetActivityDescription("Location name")); Assert.AreEqual(databaseFilePath, hydraulicBoundaryDatabaseFilePathValue); Assert.AreEqual(string.Empty, preprocessorDirectoryValue);