From 1ce99705923ee48ef925b9ad314fe885d9c33a6d Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Mon, 2 Mar 2026 10:18:08 +0000 Subject: [PATCH] test: Correct plan count in pgsql-proxysql_cmd_test-t.cpp --- test/tap/tests/pgsql-proxysql_cmd_test-t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/pgsql-proxysql_cmd_test-t.cpp b/test/tap/tests/pgsql-proxysql_cmd_test-t.cpp index 784a622b9..8b98cf6df 100644 --- a/test/tap/tests/pgsql-proxysql_cmd_test-t.cpp +++ b/test/tap/tests/pgsql-proxysql_cmd_test-t.cpp @@ -173,7 +173,7 @@ void testStopStartSequence() { } int main(int argc, char** argv) { - plan(7); + plan(6); if (cl.getEnv()) return exit_status();