Skip to content

Commit

Permalink
white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
apurvabanka committed Nov 14, 2024
1 parent 638a131 commit e1aa026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/kml_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ def test_write_kmz_file(self) -> None:

with zipfile.ZipFile(file_path, 'r') as kmz:
assert 'doc.kml' in kmz.namelist(), "doc.kml not found in the KMZ file"

with kmz.open('doc.kml') as doc_kml:
kml_content = doc_kml.read().decode("utf-8")

assert kml_content == tree, "KML content does not match expected content"

file_path.unlink()
Expand Down

0 comments on commit e1aa026

Please sign in to comment.