Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationCalculationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rc17810351d2a429bfb308d7c1f854f535a00983e -rfd449c3c338407f419fbc0a3ad4c1ec29e56a18b --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationCalculationsContextTreeNodeInfoTest.cs (.../DuneLocationCalculationsContextTreeNodeInfoTest.cs) (revision c17810351d2a429bfb308d7c1f854f535a00983e) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationCalculationsContextTreeNodeInfoTest.cs (.../DuneLocationCalculationsContextTreeNodeInfoTest.cs) (revision fd449c3c338407f419fbc0a3ad4c1ec29e56a18b) @@ -122,7 +122,7 @@ string text = info.Text(context); // Assert - Assert.AreEqual(categoryBoundaryName, text); + Assert.AreEqual($"Categorie {categoryBoundaryName}", text); } [Test]