Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/TreeNodeInfos/RingtoetsTreeNodeInfoFactoryTest.cs =================================================================== diff -u -r2857b234df4622cdaf80bbc75abc58af36667347 -rf64dceaa32788bad28dcf09f4a1c3150595f1327 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/TreeNodeInfos/RingtoetsTreeNodeInfoFactoryTest.cs (.../RingtoetsTreeNodeInfoFactoryTest.cs) (revision 2857b234df4622cdaf80bbc75abc58af36667347) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/TreeNodeInfos/RingtoetsTreeNodeInfoFactoryTest.cs (.../RingtoetsTreeNodeInfoFactoryTest.cs) (revision f64dceaa32788bad28dcf09f4a1c3150595f1327) @@ -769,11 +769,11 @@ var failureMechanismMock = mocks.StrictMock(); mocks.ReplayAll(); - var nodeMock = new TestCalculationContext(new TestCalculation(), failureMechanismMock); + var calculationContext = new TestCalculationContext(new TestCalculation(), failureMechanismMock); var treeNodeInfo = RingtoetsTreeNodeInfoFactory.CreateCalculationContextTreeNodeInfo(null, null, null, null); // Call - bool removalAllowed = treeNodeInfo.CanRemove(nodeMock, dataMock); + bool removalAllowed = treeNodeInfo.CanRemove(calculationContext, dataMock); // Assert Assert.IsFalse(removalAllowed);