about summary refs log tree commit diff
path: root/IRCSharp.Tests/State/Emit.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IRCSharp.Tests/State/Emit.cs')
-rw-r--r--IRCSharp.Tests/State/Emit.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/IRCSharp.Tests/State/Emit.cs b/IRCSharp.Tests/State/Emit.cs
index 07fea8c..2b4d559 100644
--- a/IRCSharp.Tests/State/Emit.cs
+++ b/IRCSharp.Tests/State/Emit.cs
@@ -1,8 +1,9 @@
 using System.Collections.Generic;
+using IRCStates;
 using IRCTokens;
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 
-namespace IRCStates.Tests
+namespace IRCSharp.Tests.State
 {
     [TestClass]
     public class Emit