From 9022de08dfeef6ceac13b0b6ff427b7d50abba54 Mon Sep 17 00:00:00 2001 From: Ashley Messer Date: Sun, 7 Dec 2014 13:10:00 -0800 Subject: [PATCH] fixed erroneous test name for issue #228 --- src/UnitTests/SpecialFunctionsTests/ExponentialIntegralTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnitTests/SpecialFunctionsTests/ExponentialIntegralTests.cs b/src/UnitTests/SpecialFunctionsTests/ExponentialIntegralTests.cs index 82097ff0..6c37940b 100644 --- a/src/UnitTests/SpecialFunctionsTests/ExponentialIntegralTests.cs +++ b/src/UnitTests/SpecialFunctionsTests/ExponentialIntegralTests.cs @@ -5,7 +5,7 @@ namespace MathNet.Numerics.UnitTests.SpecialFunctionsTests using NUnit.Framework; /// - /// Factorial tests. + /// Exponential Integral tests. /// [TestFixture, Category("Distributions")] public class ExponentialIntegralTests