From bebc1bc6f0f41a2256aae8522edf0b1a151195e0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 25 Mar 2022 15:11:48 -0400 Subject: fix test namespaces --- IRCSharp.Tests/Tokenization/Format.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'IRCSharp.Tests/Tokenization/Format.cs') 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 -- cgit 1.4.1