From 99e6855453bc952acc58af4a688c1c32b4c987ee Mon Sep 17 00:00:00 2001 From: Ozan Tezcan Date: Thu, 23 Mar 2023 11:48:45 +0300 Subject: Add needs:reset for the test (#11959) Added missing needs:reset tag. Introduced by #11758 --- tests/unit/introspection.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit') diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index 4452de6b1..547172579 100644 --- a/tests/unit/introspection.tcl +++ b/tests/unit/introspection.tcl @@ -340,10 +340,10 @@ start_server {tags {"introspection"}} { r client info } {*lib-name=redis.py lib-ver=1.2.3*} - test {RESET doesn NOT clean library name} { + test {RESET does NOT clean library name} { r reset r client info - } {*lib-name=redis.py*} + } {*lib-name=redis.py*} {needs:reset} test {CLIENT SETINFO can clear library name} { r CLIENT SETINFO lib-name "" -- cgit v1.2.1