Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/StochasticSoilModelCollectionContextTreeNodeInfoTest.cs =================================================================== diff -u -r01b4452324f921248824277a5441667b822a5662 -rc290911dd4647e3115e239c8baf814717c098a5a --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/StochasticSoilModelCollectionContextTreeNodeInfoTest.cs (.../StochasticSoilModelCollectionContextTreeNodeInfoTest.cs) (revision 01b4452324f921248824277a5441667b822a5662) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/StochasticSoilModelCollectionContextTreeNodeInfoTest.cs (.../StochasticSoilModelCollectionContextTreeNodeInfoTest.cs) (revision c290911dd4647e3115e239c8baf814717c098a5a) @@ -116,7 +116,7 @@ string text = info.Text(stochasticSoilModelCollectionContext); // Assert - Assert.AreEqual(Resources.StochasticSoilModelCollection_DisplayName, text); + Assert.AreEqual("Stochastische ondergrondmodellen", text); } [Test]