diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj
index 766082b..87f5905 100644
--- a/SMBLibrary/SMBLibrary.csproj
+++ b/SMBLibrary/SMBLibrary.csproj
@@ -530,8 +530,8 @@
-
+
diff --git a/SMBLibrary/Tests/AuthenticationTests.cs b/SMBLibrary/Tests/NTLMAuthenticationTests.cs
similarity index 98%
rename from SMBLibrary/Tests/AuthenticationTests.cs
rename to SMBLibrary/Tests/NTLMAuthenticationTests.cs
index 05c4e2c..6fcccda 100644
--- a/SMBLibrary/Tests/AuthenticationTests.cs
+++ b/SMBLibrary/Tests/NTLMAuthenticationTests.cs
@@ -15,7 +15,7 @@ namespace SMBLibrary
///
/// [MS-NLMP] Tests
///
- public class AuthenticationTests
+ public class NTLMAuthenticationTests
{
public static bool LMv1HashTest()
{