From d7363971946c17e17aaac2fdd5a50020ded87270 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 30 Nov 2015 08:00:51 +0000 Subject: [PATCH] Small change for test of notify_connect for better variety --- test/Integration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Integration.cpp b/test/Integration.cpp index 81f6f41c..aabe6ec5 100644 --- a/test/Integration.cpp +++ b/test/Integration.cpp @@ -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; }