mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 08:16:50 +02:00
changed message
This commit is contained in:
@@ -42,8 +42,8 @@ module assertEqualPoint(expected, actual) {
|
|||||||
|
|
||||||
if(shifted_expected != shifted_actual) {
|
if(shifted_expected != shifted_actual) {
|
||||||
fail(
|
fail(
|
||||||
str("expected: ", expected,
|
str("expected: ", shifted_expected / n,
|
||||||
", but: ", actual)
|
", but: ", shifted_actual / n)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user