Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsDesignWaterLevelCalculationsViewTest.cs =================================================================== diff -u -rb6f3b68404cad00988843342f68022dc743e74c1 -ra5115968c170dddb9ef42d207adcc4195cacc892 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsDesignWaterLevelCalculationsViewTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsViewTest.cs) (revision b6f3b68404cad00988843342f68022dc743e74c1) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsDesignWaterLevelCalculationsViewTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsViewTest.cs) (revision a5115968c170dddb9ef42d207adcc4195cacc892) @@ -457,7 +457,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); @@ -526,7 +526,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); @@ -594,7 +594,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);