From 0e342b49d6920fb2ff95a7231eff3fef17fab13e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 17:09:01 +0200 Subject: [PATCH] auto-git: [change] tests/domain/runtime-project-time.test.ts --- tests/domain/runtime-project-time.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/domain/runtime-project-time.test.ts b/tests/domain/runtime-project-time.test.ts index caa8fcfb..b51faca0 100644 --- a/tests/domain/runtime-project-time.test.ts +++ b/tests/domain/runtime-project-time.test.ts @@ -296,7 +296,7 @@ describe("runtime project time", () => { Math.sin((40 * Math.PI) / 180), 3 ); - expect((moonPeak.moonLight?.direction.z ?? 0)).toBeGreaterThan(0.85); + expect(moonPeak.moonLight?.direction.z ?? 0).toBeGreaterThan(0.85); expect(Math.abs(moonPeak.moonLight?.direction.x ?? 1)).toBeLessThan(0.05); expect(moonPeak.moonLight?.direction.y ?? 0).toBeCloseTo( Math.sin((25 * Math.PI) / 180),