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