Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed May 18, 2023
1 parent 97d4259 commit 8899180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/data/raster/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def reproject_raster(res: int, src_epsg: int, dst_epsg: int) -> None:
path = os.path.join(dtype, f"{dtype}.tif")
write_raster(dtype=dtype, path=path)
with open(os.path.join(dtype, "corrupted.tif"), "w") as f:
f.write("not a tif file")
f.write("not a tif file\n")
2 changes: 1 addition & 1 deletion tests/data/raster/uint16/corrupted.tif
Original file line number Diff line number Diff line change
@@ -1 +1 @@
not a tif file
not a tif file
2 changes: 1 addition & 1 deletion tests/data/raster/uint32/corrupted.tif
Original file line number Diff line number Diff line change
@@ -1 +1 @@
not a tif file
not a tif file

0 comments on commit 8899180

Please sign in to comment.