Skip to content

Commit

Permalink
Fix speed km/h unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Korman committed Dec 25, 2009
1 parent 1a0dcdb commit 1044f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _assert_valid_units (units, fahrenheit_based)
assert_equal units.temperature, 'C'
assert_equal units.distance, 'km'
assert_equal units.pressure, 'mb'
assert_equal units.speed, 'kph'
assert_equal units.speed, 'km/h'
end
end
end

0 comments on commit 1044f8c

Please sign in to comment.