From 8c84f5e265f1fc68681f0856a7d96fa8aa034e80 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 13 Jan 2020 11:36:53 +0100 Subject: [PATCH] tests: fix clients/memcapable --- clients/memcapable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/memcapable.cc b/clients/memcapable.cc index af120d0b..fc956fe0 100644 --- a/clients/memcapable.cc +++ b/clients/memcapable.cc @@ -1302,7 +1302,7 @@ static enum test_return test_ascii_verbosity(void) execute(receive_error_response()); execute(send_string("verbosity noreply\r\n")); - execute(receive_error_response()); + execute(test_ascii_version()); execute(send_string("verbosity 0 noreply\r\n")); execute(test_ascii_version()); -- 2.30.2