mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 10:42:57 +02:00
use new assertEqualPoints
This commit is contained in:
@@ -18,10 +18,7 @@ module test_bezier_curve() {
|
||||
[p0, p1, p2, p3]
|
||||
);
|
||||
|
||||
// round_echo_pts(actual, float_digits = 3);
|
||||
|
||||
assertEqualPoints(expected, actual, float_digits = 3);
|
||||
|
||||
assertEqualPoints(expected, actual);
|
||||
}
|
||||
|
||||
test_bezier_curve();
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user