Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/StochasticSoilModelContextTreeNodeInfoTest.cs =================================================================== diff -u -rdca4da4c1f78e4074d1a4513411e3509344ec169 -rf52a990475343ac20241f1657f8b7b56143881b0 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/StochasticSoilModelContextTreeNodeInfoTest.cs (.../StochasticSoilModelContextTreeNodeInfoTest.cs) (revision dca4da4c1f78e4074d1a4513411e3509344ec169) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/StochasticSoilModelContextTreeNodeInfoTest.cs (.../StochasticSoilModelContextTreeNodeInfoTest.cs) (revision f52a990475343ac20241f1657f8b7b56143881b0) @@ -95,7 +95,7 @@ var text = info.Text(stochasticSoilModelContextMock); // Assert - Assert.AreEqual(Resources.StochasticSoilProfileCollection_DisplayName, text); + Assert.AreEqual(Resources.StochasticSoilModelCollection_DisplayName, text); } [Test]