Skip to content

Commit

Permalink
Fix the expected result in test/api/apiputvector.sh (#8615)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Nov 11, 2024
1 parent 0a7ecac commit 548e6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/apiputvector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This file holds what is expected to be produced on output
cat << EOF > answer.txt
134.9 2020-06-01T14:55:33 -12.76 -16.25
-158 2020-06-01T16:00:51 19.8 29.5
202 2020-06-01T16:00:51 19.8 29.5
EOF
testapi_putvector > results.txt
diff -q --strip-trailing-cr results.txt answer.txt > fail

0 comments on commit 548e6ed

Please sign in to comment.