Navigation Menu

Skip to content

Commit

Permalink
Add a missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 12, 2018
1 parent 6603616 commit 9f9ab82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-response-comparer.rb
Expand Up @@ -308,8 +308,8 @@ def test_different_order

class CareDifferencesInAccuracyOfPosition < self
def test_different_accurancy_of_postion
assert_true(same?([[[1], [["_id", "UInt32"],["location", "float"]], [1, 139.763570507358]]],
[[[1], [["_id", "UInt32"],["location", "float"]], [1, 139.7635705073576]]],
assert_true(same?([[[1], [["_id", "UInt32"], ["location", "float"]], [1, 139.763570507358]]],
[[[1], [["_id", "UInt32"], ["location", "float"]], [1, 139.7635705073576]]],
:care_order => false))
end
end
Expand Down

0 comments on commit 9f9ab82

Please sign in to comment.