about summary refs log tree commit diff
path: root/IRCSharp.Tests/State/Who.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IRCSharp.Tests/State/Who.cs')
-rw-r--r--IRCSharp.Tests/State/Who.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/IRCSharp.Tests/State/Who.cs b/IRCSharp.Tests/State/Who.cs
index d091785..2220b12 100644
--- a/IRCSharp.Tests/State/Who.cs
+++ b/IRCSharp.Tests/State/Who.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 Who