From 55a8d738f8f1c07ae84dc1299cd3a3f0d64cf98d Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Thu, 30 Nov 2023 10:39:44 -0800 Subject: [PATCH] remove code comment --- servicetests/tests/JobsExecution/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicetests/tests/JobsExecution/main.cpp b/servicetests/tests/JobsExecution/main.cpp index d5eb8f017..ea1fee9c6 100644 --- a/servicetests/tests/JobsExecution/main.cpp +++ b/servicetests/tests/JobsExecution/main.cpp @@ -430,7 +430,7 @@ int main(int argc, char *argv[]) if (cmdData.input_mqtt_version == 5UL) { // Disconnect - //if (client5->Stop() == true) + if (client5->Stop() == true) { connectionClosedPromise.get_future().wait(); }