Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/ClosingStructurePermutationHelper.cs =================================================================== diff -u -rf9ec47142fcf16124764c36ddcfeb407c2f82233 -rb12f00efd92f6777faae2c4e00f70e10c1930d96 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/ClosingStructurePermutationHelper.cs (.../ClosingStructurePermutationHelper.cs) (revision f9ec47142fcf16124764c36ddcfeb407c2f82233) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/ClosingStructurePermutationHelper.cs (.../ClosingStructurePermutationHelper.cs) (revision b12f00efd92f6777faae2c4e00f70e10c1930d96) @@ -295,7 +295,7 @@ CreateTestClosingStructureConstructionProperties(); differentProbabilityOpenStructureBeforeFloodingConstructionProperties.ProbabilityOpenStructureBeforeFlooding = random.NextDouble(); yield return new TestCaseData(new ClosingStructure(differentProbabilityOpenStructureBeforeFloodingConstructionProperties)) - .SetName($"{targetName}_DifferentProbabilityOrFrequencyOpenStructureBeforeFlooding_{testResultDescription}"); + .SetName($"{targetName}_DifferentProbabilityOpenStructureBeforeFlooding_{testResultDescription}"); ClosingStructure.ConstructionProperties differentStructureNormalOrientationConstructionProperties = CreateTestClosingStructureConstructionProperties();