Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsStochasticSoilModelTreeNodeInfoTest.cs =================================================================== diff -u -rc85b5e367887a96d602dfb7a0b46073b6eef84da -r42357a100d1a75baca233aa44b866a5009f48e00 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsStochasticSoilModelTreeNodeInfoTest.cs (.../MacroStabilityInwardsStochasticSoilModelTreeNodeInfoTest.cs) (revision c85b5e367887a96d602dfb7a0b46073b6eef84da) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsStochasticSoilModelTreeNodeInfoTest.cs (.../MacroStabilityInwardsStochasticSoilModelTreeNodeInfoTest.cs) (revision 42357a100d1a75baca233aa44b866a5009f48e00) @@ -78,7 +78,7 @@ } [Test] - public void Text_Always_ReturnsTextFromResource() + public void Text_Always_ReturnsTextFromStochasticSoilModel() { // Setup const string name = "test test 123"; @@ -94,11 +94,8 @@ [Test] public void Image_Always_ReturnsSetImage() { - // Setup - var model = new MacroStabilityInwardsStochasticSoilModel("A"); - // Call - Image image = info.Image(model); + Image image = info.Image(null); // Assert TestHelper.AssertImagesAreEqual(FormsResources.StochasticSoilModelIcon, image);