Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 15, 2023
1 parent 018007c commit 85cc219
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/gx_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ def test_multitrack(self) -> None:
<gx:MultiTrack xmlns:kml="http://www.opengis.net/kml/2.2"
xmlns:gx="http://www.google.com/kml/ext/2.2">
<gx:Track>
<kml:when>2020-01-01T00:00:00Z</kml:when>
<kml:when>2020-01-01T00:10:00Z</kml:when>
<kml:when>2020-01-01T00:00:00+00:00</kml:when>
<kml:when>2020-01-01T00:10:00+00:00</kml:when>
<gx:coord>0.000000 0.000000</gx:coord>
<gx:coord>1.000000 0.000000</gx:coord>
</gx:Track>
<gx:Track>
<kml:when>2020-01-01T00:10:00Z</kml:when>
<kml:when>2020-01-01T00:20:00Z</kml:when>
<kml:when>2020-01-01T00:10:00+00:00</kml:when>
<kml:when>2020-01-01T00:20:00+00:00</kml:when>
<gx:coord>0.000000 1.000000</gx:coord>
<gx:coord>1.000000 1.000000</gx:coord>
</gx:Track>
Expand Down

0 comments on commit 85cc219

Please sign in to comment.