Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ludohenin committed Nov 18, 2024
1 parent 0e379e7 commit 272993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shortestpathrouter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ def test_step(self):
res.time, datetime.datetime.fromisoformat("2021-04-02 14:00:00")
)
self.assertEqual(
len(json.dumps(weatherrouting.utils.pathAsGeojson(path_to_end))), 1783
len(json.dumps(weatherrouting.utils.pathAsGeojson(path_to_end))), 1785
)

0 comments on commit 272993f

Please sign in to comment.