mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Fix spelling in some test cases
This commit is contained in:
@ -29,7 +29,7 @@ proc assert_error {pattern code} {
|
||||
if {[catch {uplevel 1 $code} error]} {
|
||||
assert_match $pattern $error
|
||||
} else {
|
||||
error "assertion:Expected an error but nothing was catched"
|
||||
error "assertion:Expected an error but nothing was caught"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user