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