Skip to content

Commit a3882d8

Browse files
committed
Test moduleapi test
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent 9b770fe commit a3882d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/unit/moduleapi/dummy-flaky.tcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ start_server {tags {"modules dummy"}} {
44
assert_equal [r GET mykey] "myvalue"
55
}
66

7-
# test "moduleapi-dummy - intentional failure" {
8-
# r SET mykey myvalue
9-
# assert_equal [r GET mykey] "wrongvalue"
10-
# }
7+
test "moduleapi-dummy - intentional failure" {
8+
r SET mykey myvalue
9+
assert_equal [r GET mykey] "wrongvalue"
10+
}
1111

1212
test "moduleapi-dummy - another passing test" {
1313
r SET counter 0

0 commit comments

Comments
 (0)