1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

update test

This commit is contained in:
Justin Lin
2022-03-01 09:24:14 +08:00
parent fc7c8ae32f
commit 769023f639

View File

@@ -8,8 +8,6 @@ module test_shape_star() {
actual = shape_star(30, 12, 6);
echo(actual);
assertEqualPoints(expected, actual);
}