mirror of
https://github.com/fluencelabs/redis
synced 2025-04-02 07:41:04 +00:00
7 lines
71 B
Tcl
7 lines
71 B
Tcl
|
test "test OK" {
|
||
|
}
|
||
|
|
||
|
test "test failed" {
|
||
|
assert {"foo" eq "bar"}
|
||
|
}
|