Small change for test of notify_connect for better variety

This commit is contained in:
Alexey Sokolov
2015-11-30 08:00:51 +00:00
parent 50edbd5f0d
commit d736397194

View File

@@ -1274,7 +1274,7 @@ TEST_F(ZNCTest, NotifyConnectModule) {
client2.Write("QUIT");
client.ReadUntil("NOTICE nick :*** user detached (from 127.0.0.1)");Z;
client3.Write("QUIT");
client3.Close();
client.ReadUntil("NOTICE nick :*** user@identifier detached (from 127.0.0.1)");Z;
}