diff --git a/src/unittest.scad b/src/unittest.scad index 2adffe67..4102a497 100644 --- a/src/unittest.scad +++ b/src/unittest.scad @@ -108,7 +108,7 @@ module assertTrue(truth) { } module round_echo_pts(points, float_digits = 4) { - echo(round_pts(points, float_digits = 4)); + echo(round_pts(points, float_digits)); } module round_echo_n(number, float_digits = 4) {