about summary refs log tree commit diff
path: root/IRCSharp.Tests/State/User.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IRCSharp.Tests/State/User.cs')
-rw-r--r--IRCSharp.Tests/State/User.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/IRCSharp.Tests/State/User.cs b/IRCSharp.Tests/State/User.cs
index 61d7157..b1c1caf 100644
--- a/IRCSharp.Tests/State/User.cs
+++ b/IRCSharp.Tests/State/User.cs
@@ -1,7 +1,8 @@
-using IRCTokens;
+using IRCStates;
+using IRCTokens;
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 
-namespace IRCStates.Tests
+namespace IRCSharp.Tests.State
 {
     [TestClass]
     public class User