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
This commit is contained in:
Markus Ewald 2014-07-21 17:11:48 +00:00
parent cb85b3025e
commit 9a4a051100

View File

@ -29,7 +29,7 @@ namespace Nuclex.Support {
/// <summary>Unit Test for the FloatHelper class</summary>
[TestFixture]
public class FloatHelperTest {
internal class FloatHelperTest {
/// <summary>Tests the floating point value comparison helper</summary>
[Test]