mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-08 07:46:39 +02:00
changed titles
This commit is contained in:
@@ -55,7 +55,7 @@ module assertEqualPoint(expected, actual) {
|
|||||||
|
|
||||||
if(shifted_expected != shifted_actual) {
|
if(shifted_expected != shifted_actual) {
|
||||||
fail(
|
fail(
|
||||||
"assertEqualPoint",
|
"Point",
|
||||||
str("expected: ", shifted_expected / n,
|
str("expected: ", shifted_expected / n,
|
||||||
", but: ", shifted_actual / n)
|
", but: ", shifted_actual / n)
|
||||||
);
|
);
|
||||||
@@ -69,7 +69,7 @@ module assertEqualPoints(expected, actual) {
|
|||||||
|
|
||||||
if(leng_expected != leng_actual) {
|
if(leng_expected != leng_actual) {
|
||||||
fail(
|
fail(
|
||||||
"assertEqualPoints",
|
"Points",
|
||||||
str("expected length: ", leng_expected,
|
str("expected length: ", leng_expected,
|
||||||
", but: ", leng_actual)
|
", but: ", leng_actual)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user