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