diff --git a/tests/unit/type/list.tcl b/tests/unit/type/list.tcl index 7a3768025..dee8482bf 100644 --- a/tests/unit/type/list.tcl +++ b/tests/unit/type/list.tcl @@ -1278,7 +1278,6 @@ foreach {pop} {BLPOP BLMPOP_LEFT} { r del blist1{t} blist2{t} r set blist2{t} nolist{t} bpop_command_two_key $rd $pop blist1{t} blist2{t} 1 - $rd $pop blist1{t} blist2{t} 1 assert_error "WRONGTYPE*" {$rd read} $rd close }