From fc0dd1431f20619f722df43381b49bbf712304d3 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 25 Feb 2025 18:41:02 +0000 Subject: [PATCH] fix flaky chghost test --- 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 3e24283e..f02667e7 100644 --- a/test/integration/tests/core.cpp +++ b/test/integration/tests/core.cpp @@ -821,7 +821,7 @@ TEST_F(ZNCTest, ChgHostOnlyNicksAlreadyOnChannels) { ircd.Write(":another!ident@host CHGHOST i2 h2"); ASSERT_THAT(client.ReadRemainder().toStdString(), AllOf(HasSubstr("JOIN #chan1"), - Not(HasSubstr("#chan2")))); + Not(HasSubstr("JOIN #chan2")))); } } // namespace