Skip to content

Commit

Permalink
Adjust expected test result (due to newer PROJ version)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Nov 4, 2024
1 parent 02ccc28 commit 5948301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:

- run: curl -s localhost/v1.0/trans/EPSG:4258/DK:S34S/55.0,12.0 > S34S.out

- run: echo >> S34S.out # Add's a \n at the end of the file. This satifies the diff further down.
- run: cat S34S.out
- run: diff test_s34s.out S34S.out
2 changes: 1 addition & 1 deletion test_s34s.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"v1":106020.66701403809,"v2":64281.27481858295,"v3":null,"v4":null}
{"v1":106020.6670140382,"v2":64281.27481858295,"v3":null,"v4":null}

0 comments on commit 5948301

Please sign in to comment.