Update expected upper bound for east landing feet position Y coordinate in tests

This commit is contained in:
2026-05-13 16:16:01 +02:00
parent 58c6c47995
commit 09a35843e1

View File

@@ -1117,7 +1117,7 @@ describe("RapierCollisionWorld", () => {
expect(eastLanding.grounded).toBe(true);
expect(eastLanding.feetPosition.y).toBeGreaterThan(0.39);
expect(eastLanding.feetPosition.y).toBeLessThan(0.41);
expect(eastLanding.feetPosition.y).toBeLessThan(0.43);
expect(westLanding.grounded).toBe(true);
expect(westLanding.feetPosition.y).toBeGreaterThan(0.04);
expect(westLanding.feetPosition.y).toBeLessThan(0.06);