Skip to content

Commit

Permalink
Fix a module API test
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson committed Apr 2, 2024
1 parent a524520 commit d4c4e75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/moduleapi/misc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ start_server {overrides {save {900 1}} tags {"modules"}} {
}

test {test redis version} {
set version [s redis_version]
assert_equal $version [r test.redisversion]
assert_equal [s server_version] [r test.redisversion]
}

test {test long double conversions} {
Expand Down

0 comments on commit d4c4e75

Please sign in to comment.