Skip to content

Commit

Permalink
fixed assert proc on Redis test
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jul 29, 2011
1 parent 55eea93 commit ed9f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/test.tcl
Expand Up @@ -5,7 +5,7 @@ set ::tests_failed {}

proc assert {condition} {
if {![uplevel 1 expr $condition]} {
error "assertion:Expected '$value' to be true"
error "assertion:Expected condition '$condition' to be true"
}
}

Expand Down

0 comments on commit ed9f997

Please sign in to comment.