From d9ee1da873f8a5a53ba8b95c883c0241b8b836cd Mon Sep 17 00:00:00 2001 From: KindOne <20209685+RealKindOne@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:01:31 -0400 Subject: [PATCH] Fix spacing in StripControls test. --- test/integration/tests/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/tests/modules.cpp b/test/integration/tests/modules.cpp index 52fe0a59..512576b6 100644 --- a/test/integration/tests/modules.cpp +++ b/test/integration/tests/modules.cpp @@ -517,7 +517,7 @@ TEST_F(ZNCTest, StripControlsModule) { client.ReadUntil(":user!id@host PRIVMSG nick :bold red test"); // OnTopicMessage - ircd.Write(":user!id@host TOPIC #test :\002bold\002 \003\034red\003 test"); + ircd.Write(":user!id@host TOPIC #test :\002bold\002 \003\034red\003 test"); client.ReadUntil(":user!id@host TOPIC #test :bold red test"); // OnNumericMessage