Skip to content

Commit

Permalink
update duration
Browse files Browse the repository at this point in the history
  • Loading branch information
slawek87 committed Jan 5, 2015
1 parent eb227cf commit 94899d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_distance_matrix_walking(self):
self.assertEqual(item.distance.kilometers, 1380)
self.assertEqual(item.distance.meters, 1380000)
self.assertEqual(item.distance.miles, 857.4906)
self.assertEqual(str(item.duration), '10d 9h 32m 15s')
self.assertEqual(str(item.duration), '10d 9h 32m 16s')

def test_distance_matrix_avoid_tolls(self):
origins = ['rybnik']
Expand Down

0 comments on commit 94899d7

Please sign in to comment.