Skip to content

Commit

Permalink
Add some rounding to a test that's failing on MacOS on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis committed Oct 10, 2024
1 parent 442cabc commit e829695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/cellAreaM2.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_h3_cli_test(testCliCellAreaM2 "cellAreaM2 -c 85283473fffffff" "265092558.1282823086")
add_h3_cli_test(testCliCellAreaM2 "cellAreaM2 -c 85283473fffffff | xargs printf '%.3f'" "265092558.128")
add_h3_cli_test(testCliNotCellAreaM2 "cellAreaM2 -c 115283473fffffff 2>&1" "Error 5: Cell argument was not valid")

0 comments on commit e829695

Please sign in to comment.