Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r3ed8e00da47ef2780e79688a9902e12b674e4cc0 -rb6d1940005967399be0d9c6fdda3952d6024b97d --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 3ed8e00da47ef2780e79688a9902e12b674e4cc0) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision b6d1940005967399be0d9c6fdda3952d6024b97d) @@ -974,12 +974,12 @@ guiStub.Stub(g => g.MainWindow).Return(mainWindowStub); guiStub.Stub(g => g.ViewCommands).Return(mocks.Stub()); - int calculators = failureMechanism.Calculations.Count(); + int nrOfCalculators = failureMechanism.Calculations.Count(); var calculatorFactory = mocks.Stub(); calculatorFactory.Expect(cf => cf.CreateStructuresOvertoppingCalculator(testDataPath)) .Return(new TestStructuresOvertoppingCalculator()) .Repeat - .Times(calculators); + .Times(nrOfCalculators); mocks.ReplayAll(); assessmentSection.HydraulicBoundaryDatabase = hydraulicBoundaryDatabase;