mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 09:49:59 +02:00
use new assertEqualPoints
This commit is contained in:
@@ -17,11 +17,8 @@ module test_bezier_curve() {
|
||||
actual = bezier_curve(t_step,
|
||||
[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