Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/EmptyGrassCoverErosionInwardsOutputTreeNodeTest.cs =================================================================== diff -u -r11e4cd9d892da070b3374027f419d2abc3ea4df9 -r7343a55e81349863d0e5d7bec5c7f0b3577adf65 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/EmptyGrassCoverErosionInwardsOutputTreeNodeTest.cs (.../EmptyGrassCoverErosionInwardsOutputTreeNodeTest.cs) (revision 11e4cd9d892da070b3374027f419d2abc3ea4df9) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/EmptyGrassCoverErosionInwardsOutputTreeNodeTest.cs (.../EmptyGrassCoverErosionInwardsOutputTreeNodeTest.cs) (revision 7343a55e81349863d0e5d7bec5c7f0b3577adf65) @@ -76,7 +76,7 @@ var text = info.Text(null); // Assert - Assert.AreEqual(GrassCoverErosionInwardsFormsResources.GrassCoverErosionInwardsOutput_DisplayName, text); + Assert.AreEqual(RingtoetsCommonFormsResources.CalculationOutput_DisplayName, text); } [Test]