Skip to content

Commit 85244c0

Browse files
committed
Test fix
1 parent de3c777 commit 85244c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/core/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ suite('Environment', function() {
290290
let screenPos = myp5.worldToScreen(worldPos);
291291
myp5.pop();
292292
assert.closeTo(screenPos.x, 50, 0.1);
293-
assert.closeTo(screenPos.y, 40, 0.1);
293+
assert.closeTo(screenPos.y, 60, 0.1);
294294
});
295295
});
296296
});

0 commit comments

Comments
 (0)