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/State/Sasl.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'IRCSharp.Tests/State/Sasl.cs') diff --git a/IRCSharp.Tests/State/Sasl.cs b/IRCSharp.Tests/State/Sasl.cs index 151ccdf..3056a58 100644 --- a/IRCSharp.Tests/State/Sasl.cs +++ b/IRCSharp.Tests/State/Sasl.cs @@ -1,7 +1,8 @@ -using IRCTokens; +using IRCStates; +using IRCTokens; using Microsoft.VisualStudio.TestTools.UnitTesting; -namespace IRCStates.Tests +namespace IRCSharp.Tests.State { [TestClass] public class Sasl -- cgit 1.4.1