From 133f0ad58559627e018ad25cd9026359dab50579 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 22 Jul 2026 09:44:39 +0100 Subject: [PATCH] typo --- test/integration/tests/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/tests/core.cpp b/test/integration/tests/core.cpp index a99730c7..beed7d19 100644 --- a/test/integration/tests/core.cpp +++ b/test/integration/tests/core.cpp @@ -1324,7 +1324,7 @@ TEST_F(ZNCTest, ClientRejoiningJoinedChannel) { ircd.Write(":server 001 nick :Hello"); client.Write("JOIN #test"); - ircd.ReadUntil(":nick JOIN #test"); + ircd.ReadUntil("JOIN #test"); client.Write("JOIN #test"); client.Write("JOIN #test");