mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
fix flaky chghost test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user