From 1c592d19baf689b77b98ec275e89c429b955e2f7 Mon Sep 17 00:00:00 2001 From: KowalczykBartek Date: Mon, 16 Dec 2024 12:14:31 +0100 Subject: [PATCH] fix review comments --- tests/unit/introspection.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index ed9743128a..47d9ee9e15 100644 --- a/tests/unit/introspection.tcl +++ b/tests/unit/introspection.tcl @@ -306,7 +306,7 @@ start_server {tags {"introspection"}} { $rd monitor $rd read ; # Consume the MONITOR reply - $rd readraw 1 ; + $rd readraw 1; r set foo bar assert_equal ">2" [$rd read] @@ -322,7 +322,7 @@ start_server {tags {"introspection"}} { $rd HELLO 3 $rd read ; # Consume the HELLO reply - $rd readraw 1 ; + $rd readraw 1; $rd monitor assert_equal "+OK" [$rd read]