summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOzan Tezcan <ozantezcan@gmail.com>2023-03-23 11:48:45 +0300
committerGitHub <noreply@github.com>2023-03-23 10:48:45 +0200
commit99e6855453bc952acc58af4a688c1c32b4c987ee (patch)
tree5b484f7632881299e82b7b36c26e7fa1594e3d99 /tests
parent3c4def561aaa8ccdf247f53995f67b9ca7441ec8 (diff)
downloadredis-99e6855453bc952acc58af4a688c1c32b4c987ee.tar.gz
Add needs:reset for the test (#11959)
Added missing needs:reset tag. Introduced by #11758
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/introspection.tcl4
1 files changed, 2 insertions, 2 deletions
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 ""