Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/DikeProfilesContextTreeNodeInfoTest.cs =================================================================== diff -u -r8900f570b33f0de1a512fc5b2509771e1201672c -r433fc2ade8570da2d39f3e93ea7ae895cd88fa74 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/DikeProfilesContextTreeNodeInfoTest.cs (.../DikeProfilesContextTreeNodeInfoTest.cs) (revision 8900f570b33f0de1a512fc5b2509771e1201672c) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/DikeProfilesContextTreeNodeInfoTest.cs (.../DikeProfilesContextTreeNodeInfoTest.cs) (revision 433fc2ade8570da2d39f3e93ea7ae895cd88fa74) @@ -105,15 +105,15 @@ { // Setup var mocks = new MockRepository(); - var asssessmentSection = mocks.Stub(); + var assessmentSection = mocks.Stub(); mocks.ReplayAll(); var failureMechanism = new GrassCoverErosionInwardsFailureMechanism(); // Precondition CollectionAssert.IsEmpty(failureMechanism.DikeProfiles); - var context = new DikeProfilesContext(failureMechanism.DikeProfiles, failureMechanism, asssessmentSection); + var context = new DikeProfilesContext(failureMechanism.DikeProfiles, failureMechanism, assessmentSection); // Call Color color = info.ForeColor(context); @@ -128,7 +128,7 @@ { // Setup var mocks = new MockRepository(); - var asssessmentSection = mocks.Stub(); + var assessmentSection = mocks.Stub(); mocks.ReplayAll(); var failureMechanism = new GrassCoverErosionInwardsFailureMechanism(); @@ -140,7 +140,7 @@ // Precondition CollectionAssert.IsNotEmpty(failureMechanism.DikeProfiles); - var context = new DikeProfilesContext(failureMechanism.DikeProfiles, failureMechanism, asssessmentSection); + var context = new DikeProfilesContext(failureMechanism.DikeProfiles, failureMechanism, assessmentSection); // Call Color color = info.ForeColor(context);