diff --git a/.github/workflows/format-tests.yml b/.github/workflows/format-tests.yml index 3fd444ea8..cff74b382 100644 --- a/.github/workflows/format-tests.yml +++ b/.github/workflows/format-tests.yml @@ -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