1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

changed message

This commit is contained in:
Justin Lin
2017-05-25 20:07:11 +08:00
parent 4e75be4805
commit 4161c8f7cb

View File

@@ -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)
);
}
}