Skip to content

Commit

Permalink
Add missing bbox key to test_track
Browse files Browse the repository at this point in the history
  • Loading branch information
dericke committed Dec 27, 2020
1 parent 5d2ef77 commit bd2c9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastkml/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,7 @@ def test_track(self):
g.geometry.__geo_interface__,
{
'type': 'LineString',
'bbox': (0.0, 0.0, 1.0, 1.0),
'coordinates': ((0.0, 0.0), (1.0, 1.0))})

def test_multitrack(self):
Expand Down

0 comments on commit bd2c9c1

Please sign in to comment.