Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightCalculationsViewTest.cs =================================================================== diff -u -rd3b14a0f327184e0239e5239c826805c565fe8be -re25695acf2407be4ea1a9ea6c1791aba5c0ca81f --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightCalculationsViewTest.cs (.../WaveHeightCalculationsViewTest.cs) (revision d3b14a0f327184e0239e5239c826805c565fe8be) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightCalculationsViewTest.cs (.../WaveHeightCalculationsViewTest.cs) (revision e25695acf2407be4ea1a9ea6c1791aba5c0ca81f) @@ -405,7 +405,7 @@ // Assert Assert.IsInstanceOf(messageProviderValue); - Assert.AreEqual($"Golfhoogte berekenen voor locatie 'Location name' ({categoryBoundaryName})", + Assert.AreEqual($"Golfhoogte 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($"Golfhoogte berekenen voor locatie 'Location name' ({categoryBoundaryName})", + Assert.AreEqual($"Golfhoogte 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($"Golfhoogte berekenen voor locatie 'Location name' ({categoryBoundaryName})", + Assert.AreEqual($"Golfhoogte berekenen voor locatie 'Location name' (Categorie {categoryBoundaryName})", messageProviderValue.GetActivityDescription("Location name")); Assert.AreEqual(databaseFilePath, hydraulicBoundaryDatabaseFilePathValue); Assert.AreEqual(string.Empty, preprocessorDirectoryValue);