summaryrefslogtreecommitdiff
path: root/tests/unit/moduleapi/stream.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/moduleapi/stream.tcl')
-rw-r--r--tests/unit/moduleapi/stream.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/moduleapi/stream.tcl b/tests/unit/moduleapi/stream.tcl
index 15e97c183..80c24ff6c 100644
--- a/tests/unit/moduleapi/stream.tcl
+++ b/tests/unit/moduleapi/stream.tcl
@@ -152,4 +152,8 @@ start_server {tags {"modules"}} {
assert_equal 100 [r stream.trim mystream minid ~ +]
assert_equal 0 [r xlen mystream]
}
+
+ test "Unload the module - stream" {
+ assert_equal {OK} [r module unload stream]
+ }
}