Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Sep 24, 2023
1 parent d2ff247 commit 56d51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: End to end test - Translate Ascii Files (Elevation)
run: |
docker run -v ${HOME}/tmp/:/tmp/ topo-imagery python3 translate_ascii.py --from-file ./tests/data/elevation_ascii.json --target /tmp/
cmp --silent ${HOME}/tmp/elevation_ascii.asc ./scripts/tests/data/output/elevation_ascii.tif
cmp --silent ${HOME}/tmp/elevation_ascii.tiff ./scripts/tests/data/output/elevation_ascii.tiff

0 comments on commit 56d51e3

Please sign in to comment.