Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs =================================================================== diff -u -r3178e116f5e59e03078d465efeb303c5e232c7bf -r433fc2ade8570da2d39f3e93ea7ae895cd88fa74 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs (.../HeightStructuresContextTreeNodeInfoTest.cs) (revision 3178e116f5e59e03078d465efeb303c5e232c7bf) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs (.../HeightStructuresContextTreeNodeInfoTest.cs) (revision 433fc2ade8570da2d39f3e93ea7ae895cd88fa74) @@ -126,7 +126,7 @@ { // Setup var mocks = new MockRepository(); - var asssessmentSection = mocks.Stub(); + var assessmentSection = mocks.Stub(); mocks.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); @@ -139,7 +139,7 @@ CollectionAssert.IsNotEmpty(failureMechanism.HeightStructures); var heightStructuresContext = new HeightStructuresContext(failureMechanism.HeightStructures, - failureMechanism, asssessmentSection); + failureMechanism, assessmentSection); // Call Color color = info.ForeColor(heightStructuresContext); @@ -180,7 +180,7 @@ { // Setup var mocks = new MockRepository(); - var asssessmentSection = mocks.Stub(); + var assessmentSection = mocks.Stub(); mocks.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); @@ -189,7 +189,7 @@ CollectionAssert.IsEmpty(failureMechanism.HeightStructures); var heightStructuresContext = new HeightStructuresContext(failureMechanism.HeightStructures, - failureMechanism, asssessmentSection); + failureMechanism, assessmentSection); // Call Color color = info.ForeColor(heightStructuresContext);