about summary refs log tree commit diff
path: root/IRCSharp.Tests/Tokenization/Parser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IRCSharp.Tests/Tokenization/Parser.cs')
-rw-r--r--IRCSharp.Tests/Tokenization/Parser.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/IRCSharp.Tests/Tokenization/Parser.cs b/IRCSharp.Tests/Tokenization/Parser.cs
index 40ff803..4f4338b 100644
--- a/IRCSharp.Tests/Tokenization/Parser.cs
+++ b/IRCSharp.Tests/Tokenization/Parser.cs
@@ -1,12 +1,13 @@
 using System.Collections.Generic;
 using System.Globalization;
 using System.IO;
-using IRCTokens.Tests.Data;
+using IRCSharp.Tests.Tokenization.Data;
+using IRCTokens;
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 using YamlDotNet.Serialization;
 using YamlDotNet.Serialization.NamingConventions;
 
-namespace IRCTokens.Tests
+namespace IRCSharp.Tests.Tokenization
 {
     [TestClass]
     public class Parser