auto-git:

[change] tests/unit/world-background-renderer.test.ts
This commit is contained in:
2026-04-22 13:05:26 +02:00
parent 76f1b10a6a
commit a11063ab7b

View File

@@ -45,7 +45,7 @@ describe("resolveWorldEnvironmentState", () => {
expect(earlyTwilight.texture).toBe(dayTexture);
expect(earlyTwilight.intensity).toBeCloseTo(0.5);
expect(lateTwilight.texture).toBe(nightTexture);
expect(lateTwilight.texture).toBe(dayTexture);
expect(lateTwilight.intensity).toBeCloseTo(0.7);
});