about summary refs log tree commit diff
path: root/IRCSharp.Tests/Tokenization/Data/JoinModel.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-03-25 15:11:48 -0400
committerBen Harris <ben@tilde.team>2022-03-25 15:11:55 -0400
commitbebc1bc6f0f41a2256aae8522edf0b1a151195e0 (patch)
tree6d6d109de7fc02f1c17907caa2470c7452489cd9 /IRCSharp.Tests/Tokenization/Data/JoinModel.cs
parent041264f05f590dbbb3c734301091dc79ce8885fa (diff)
fix test namespaces main
Diffstat (limited to 'IRCSharp.Tests/Tokenization/Data/JoinModel.cs')
-rw-r--r--IRCSharp.Tests/Tokenization/Data/JoinModel.cs2
1 files changed, 1 insertions, 1 deletions
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
     {