From 9a4a051100107ec8b6cae5d154f7f12934d403b5 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Mon, 21 Jul 2014 17:11:48 +0000 Subject: [PATCH] The unit test for the float helper was public -- fixed git-svn-id: file:///srv/devel/repo-conversion/nusu@313 d2e56fa2-650e-0410-a79f-9358c0239efd --- Source/FloatHelper.Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/FloatHelper.Test.cs b/Source/FloatHelper.Test.cs index df8254d..f31d146 100644 --- a/Source/FloatHelper.Test.cs +++ b/Source/FloatHelper.Test.cs @@ -29,7 +29,7 @@ namespace Nuclex.Support { /// Unit Test for the FloatHelper class [TestFixture] - public class FloatHelperTest { + internal class FloatHelperTest { /// Tests the floating point value comparison helper [Test]