Skip to content

Commit

Permalink
Fixed rounding errors in docs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Nov 18, 2022
1 parent d1a8e56 commit 5f17f81
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ The response for the above aggregation:
"viewport": {
"bounds": {
"top_left": {
"x": 232.69999679178,
"y": 4886.111099738628
"x": 232.6999969482422,
"y": 4886.111328125
},
"bottom_right": {
"x": 233.63889567553997,
"y": 4885.999997612089
"x": 233.63890075683594,
"y": 4886.0
}
}
}
Expand Down Expand Up @@ -133,12 +133,12 @@ POST /places/_search?size=0
"viewport": {
"bounds": {
"top_left": {
"x": 491.2349972873926,
"y": 5239.420966710895
"x": 491.2349853515625,
"y": 5239.4208984375
},
"bottom_right": {
"x": 496.9425117596984,
"y": 5237.4080987647176
"x": 496.9425048828125,
"y": 5237.408203125
}
}
}
Expand Down

0 comments on commit 5f17f81

Please sign in to comment.