mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
changed title
This commit is contained in:
@@ -38,7 +38,7 @@ module assertEqualPoint(expected, actual) {
|
||||
|
||||
if(leng_expected != leng_actual) {
|
||||
fail(
|
||||
"assertEqualPoint",
|
||||
"Point",
|
||||
str("expected length: ", leng_expected,
|
||||
", but: ", leng_actual)
|
||||
);
|
||||
|
Reference in New Issue
Block a user