diff --git a/FastRngTests/Double/Distributions/Beta.cs b/FastRngTests/Double/Distributions/BetaA2B2.cs similarity index 99% rename from FastRngTests/Double/Distributions/Beta.cs rename to FastRngTests/Double/Distributions/BetaA2B2.cs index 23105a3..4c7a1b2 100644 --- a/FastRngTests/Double/Distributions/Beta.cs +++ b/FastRngTests/Double/Distributions/BetaA2B2.cs @@ -8,7 +8,7 @@ using NUnit.Framework; namespace FastRngTests.Double.Distributions { [ExcludeFromCodeCoverage] - public class Beta + public class BetaA2B2 { [Test] [Category(TestCategories.COVER)]