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/Data/JoinModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IRCSharp.Tests/Tokenization/Data/JoinModel.cs') diff --git a/IRCSharp.Tests/Tokenization/Data/JoinModel.cs b/IRCSharp.Tests/Tokenization/Data/JoinModel.cs index e54f4cf..638ae23 100644 --- a/IRCSharp.Tests/Tokenization/Data/JoinModel.cs +++ b/IRCSharp.Tests/Tokenization/Data/JoinModel.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using YamlDotNet.Serialization; -namespace IRCTokens.Tests.Data +namespace IRCSharp.Tests.Tokenization.Data { public class JoinModel { -- cgit 1.4.1