diff --git a/xs/t/23_3mf.t b/xs/t/23_3mf.t index beb3adb2a..86556941f 100644 --- a/xs/t/23_3mf.t +++ b/xs/t/23_3mf.t @@ -78,7 +78,7 @@ my $expected_relationships = " \n" cmp_ok(abs($model->get_object(0)->get_instance(0)->offset()->y() + 142.501), '<=', 0.0001, 'Test 2: Y translation check.'); # Check scale. - cmp_ok(abs($model->get_object(0)->get_instance(0)->scaling_factor() - 25.4), '<=', 0.0001, 'Test 2: X scale check.'); + cmp_ok(abs($model->get_object(0)->get_instance(0)->scaling_factor() - 25.4), '<=', 0.0001, 'Test 2: scale check.'); # Check Z rotation. cmp_ok(abs($model->get_object(0)->get_instance(0)->rotation()), '<=', 0.0001, 'Test 2: Z rotation check.');