about summary refs log tree commit diff
path: root/IRCSharp.Tests/Tokenization/Format.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-03-25 15:11:48 -0400
committerBen Harris <ben@tilde.team>2022-03-25 15:11:55 -0400
commitbebc1bc6f0f41a2256aae8522edf0b1a151195e0 (patch)
tree6d6d109de7fc02f1c17907caa2470c7452489cd9 /IRCSharp.Tests/Tokenization/Format.cs
parent041264f05f590dbbb3c734301091dc79ce8885fa (diff)
fix test namespaces main
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