Skip to content

Commit 9b187e8

Browse files
DOC-DOC-4732 fixed problem reported in feedback
1 parent 78c49e3 commit 9b187e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/io/redis/examples/GeoIndexExample.java

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ public void run() {
3131
// Clear any keys here before using them in tests.
3232
try {
3333
jedis.ftDropIndex("productidx");
34+
} catch (JedisDataException j) {}
35+
36+
try {
3437
jedis.ftDropIndex("geomidx");
3538
} catch (JedisDataException j) {}
3639

0 commit comments

Comments
 (0)