summaryrefslogtreecommitdiff
path: root/tests/test_json.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_json.py')
-rw-r--r--tests/test_json.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_json.py b/tests/test_json.py
index abc5776..092d301 100644
--- a/tests/test_json.py
+++ b/tests/test_json.py
@@ -1391,6 +1391,7 @@ def test_arrindex_dollar(client):
"None") == 0
+@pytest.mark.redismod
def test_decoders_and_unstring():
assert unstring("4") == 4
assert unstring("45.55") == 45.55