Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/TestMacroStabilityInwardsKernelFactory.cs =================================================================== diff -u -r90e819fbef3e545d8b192653668e9a92b5a0d350 -rdc76c02e3487559413087637935f008147927ea0 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/TestMacroStabilityInwardsKernelFactory.cs (.../TestMacroStabilityInwardsKernelFactory.cs) (revision 90e819fbef3e545d8b192653668e9a92b5a0d350) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/SubCalculator/TestMacroStabilityInwardsKernelFactory.cs (.../TestMacroStabilityInwardsKernelFactory.cs) (revision dc76c02e3487559413087637935f008147927ea0) @@ -33,13 +33,13 @@ /// public TestMacroStabilityInwardsKernelFactory() { - LastCreatedUpliftVanKernel = new UpliftVanCalculatorStub(); + LastCreatedUpliftVanKernel = new UpliftVanKernelStub(); } /// /// The last created Uplift Van kernel. /// - public UpliftVanCalculatorStub LastCreatedUpliftVanKernel { get; } + public UpliftVanKernelStub LastCreatedUpliftVanKernel { get; } public IUpliftVanKernel CreateUpliftVanKernel() {