Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs =================================================================== diff -u -r283274d59060df06800cc23bd00ea9a31535d174 -r497172e737ffc201c0f905e85a246cdba3c0cb1c --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs (.../MacroStabilityInwardsCalculationServiceTest.cs) (revision 283274d59060df06800cc23bd00ea9a31535d174) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs (.../MacroStabilityInwardsCalculationServiceTest.cs) (revision 497172e737ffc201c0f905e85a246cdba3c0cb1c) @@ -339,13 +339,13 @@ MacroStabilityInwardsCalculationService.Calculate(testCalculation); // Assert - AssertOutput(calculatorFactory.LastCreatedCalculator.Output, testCalculation.Output); + AssertOutput(calculatorFactory.LastCreatedUpliftVanCalculator.Output, testCalculation.Output); } } private static void AssertInput(MacroStabilityInwardsInput originalInput, TestMacroStabilityInwardsCalculatorFactory factory) { - MacroStabilityInwardsCalculatorInput actualInput = factory.LastCreatedCalculator.Input; + UpliftVanCalculatorInput actualInput = factory.LastCreatedUpliftVanCalculator.Input; Assert.AreSame(originalInput.SoilProfileUnderSurfaceLine, actualInput.SoilProfile); Assert.AreSame(originalInput.SurfaceLine, actualInput.SurfaceLine); Assert.AreEqual(originalInput.AssessmentLevel, actualInput.AssessmentLevel);