summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-12-18 12:54:46 +0100
committerantirez <antirez@gmail.com>2019-12-18 12:54:46 +0100
commite6e58e455c1adce82592a5dcf276dd8083088e2b (patch)
treea6078cbe93a2fae848b7297a383c81dd1376ddb3 /tests
parent5b9d3ac6c6932b292c8895af8562c4df3c00464b (diff)
downloadredis-e6e58e455c1adce82592a5dcf276dd8083088e2b.tar.gz
Revert "Geo: output 10 chars of geohash, not 11."
This reverts commit 009862ab7eee394061eeaf1aa187fa339ca50be4.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/geo.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/geo.tcl b/tests/unit/geo.tcl
index 76b9bda38..49e421ee9 100644
--- a/tests/unit/geo.tcl
+++ b/tests/unit/geo.tcl
@@ -129,7 +129,7 @@ start_server {tags {"geo"}} {
r del points
r geoadd points -5.6 42.6 test
lindex [r geohash points test] 0
- } {ezs42e44yx}
+ } {ezs42e44yx0}
test {GEOPOS simple} {
r del points