From 43aec9591c9546b5574f1bb60fe3a8b23d6d9630 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 14 May 2020 19:29:01 -0400 Subject: all tests pass --- IrcStates/Tests/ISupport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IrcStates/Tests/ISupport.cs') diff --git a/IrcStates/Tests/ISupport.cs b/IrcStates/Tests/ISupport.cs index c5698a2..6cd2f48 100644 --- a/IrcStates/Tests/ISupport.cs +++ b/IrcStates/Tests/ISupport.cs @@ -53,7 +53,7 @@ namespace IrcStates.Tests Assert.AreEqual("o", _server.ISupport.Prefix.FromPrefix("@")); Assert.IsNull(_server.ISupport.Prefix.FromPrefix("&")); - _server.Parse(new Line("005 * PREFIX=(qaohv)~&#%+ *")); + _server.Parse(new Line("005 * PREFIX=(qaohv)~&@%+ *")); CollectionAssert.AreEqual(new List { "q", -- cgit 1.4.1