Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -racf86909628278e511e07a2096f71664e6ef9ee8 -r98d26badd464bc888fd3d811bec501359d6721b1 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision acf86909628278e511e07a2096f71664e6ef9ee8) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 98d26badd464bc888fd3d811bec501359d6721b1) @@ -23,6 +23,7 @@ using Application.Ringtoets.Storage.Create.MacrostabilityInwards; using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Data; +using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Integration.Data.StandAlone.SectionResults; @@ -36,7 +37,8 @@ public void Create_WithResults_ReturnsEntityWithExpectedResults() { // Setup - const AssessmentLayerOneState assessmentLayerOneResult = AssessmentLayerOneState.Sufficient; + var random = new Random(); + AssessmentLayerOneState assessmentLayerOneResult = random.NextEnumValue(); const double assessmentLayerTwoAResult = 0.2; const double assessmentLayerThreeResult = 3.2;