Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KowalczykBartek committed Dec 16, 2024
1 parent 182b66e commit 1c592d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/introspection.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit 1c592d1

Please sign in to comment.