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