Navigation Menu

Skip to content

Commit

Permalink
test: simplify name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 12, 2018
1 parent 47a7c4a commit 45b6715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-response-comparer.rb
Expand Up @@ -306,7 +306,7 @@ def test_different_order
end
end

class CareDifferencesInAccuracyOfPosition < self
class FloatAccurancy < self
def create_response(value)
[
[
Expand All @@ -317,7 +317,7 @@ def create_response(value)
]
end

def test_different_accurancy_of_postion
def test_no_care_order
response1 = create_response(139.763570507358)
response2 = create_response(139.7635705073576)
assert do
Expand Down

0 comments on commit 45b6715

Please sign in to comment.