Skip to content

Commit

Permalink
comment about failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
undeadcat committed Jun 10, 2024
1 parent 470326c commit 3e9a097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/keys_search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,9 @@ func keys_WITHIN_CIRCLE_test(mc *mockServer) error {
"[0 [2 1]]"},
{"SET", "mykey", "100m_circle", "CIRCLE", 37.7335, -122.4412, 100}, {"OK"},
{"SET", "mykey", "1km_circle", "CIRCLE", 37.7335, -122.4412, 1000}, {"OK"},
// TODO. this fails. should not contain circle with larger radius
{"WITHIN", "mykey", "IDS", "CIRCLE", 37.7335, -122.4412, 200}, {
"[0 [100m_circle]]"},
"[0 [100m_circle 2 1 5 4 3]]"},
})
}

Expand Down

0 comments on commit 3e9a097

Please sign in to comment.