Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r0a185a7ccdc50bbfb5126f76e16c337b503c9705 -r2a210b0032d2a1ac4c4bdedaaf3aee426f717b4d --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 0a185a7ccdc50bbfb5126f76e16c337b503c9705) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 2a210b0032d2a1ac4c4bdedaaf3aee426f717b4d) @@ -21,6 +21,7 @@ using System; using Application.Ringtoets.Storage.Create.StrengthStabilityLengthwise; +using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Data; using NUnit.Framework; @@ -47,7 +48,7 @@ }; // Call - var result = sectionResult.Create(); + StrengthStabilityLengthwiseConstructionSectionResultEntity result = sectionResult.Create(); // Assert Assert.AreEqual(Convert.ToByte(assessmentLayerOneResult), result.LayerOne); @@ -64,7 +65,7 @@ }; // Call - var result = sectionResult.Create(); + StrengthStabilityLengthwiseConstructionSectionResultEntity result = sectionResult.Create(); // Assert Assert.IsNull(result.LayerThree);