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/ISupport.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'IRCSharp.Tests/State/ISupport.cs') diff --git a/IRCSharp.Tests/State/ISupport.cs b/IRCSharp.Tests/State/ISupport.cs index 5cdcc61..a25cba8 100644 --- a/IRCSharp.Tests/State/ISupport.cs +++ b/IRCSharp.Tests/State/ISupport.cs @@ -1,10 +1,11 @@ using System.Collections.Generic; +using IRCStates; using IRCTokens; using Microsoft.VisualStudio.TestTools.UnitTesting; // ReSharper disable InconsistentNaming -namespace IRCStates.Tests +namespace IRCSharp.Tests.State { [TestClass] public class ISupport -- cgit 1.4.1