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/StatefulDecoder.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'IRCSharp.Tests/Tokenization/StatefulDecoder.cs') diff --git a/IRCSharp.Tests/Tokenization/StatefulDecoder.cs b/IRCSharp.Tests/Tokenization/StatefulDecoder.cs index 4da7690..7b9992d 100644 --- a/IRCSharp.Tests/Tokenization/StatefulDecoder.cs +++ b/IRCSharp.Tests/Tokenization/StatefulDecoder.cs @@ -1,8 +1,9 @@ using System.Collections.Generic; using System.Text; +using IRCTokens; using Microsoft.VisualStudio.TestTools.UnitTesting; -namespace IRCTokens.Tests +namespace IRCSharp.Tests.Tokenization { [TestClass] public class StatefulDecoder -- cgit 1.4.1