From 59ba618e4507d5126837eb537eebc52be0fdff47 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 15:10:27 +0200 Subject: [PATCH] Update test for project time settings command --- tests/domain/project-time-settings.command.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/domain/project-time-settings.command.test.ts b/tests/domain/project-time-settings.command.test.ts index 9a868dae..d1ea5c39 100644 --- a/tests/domain/project-time-settings.command.test.ts +++ b/tests/domain/project-time-settings.command.test.ts @@ -16,7 +16,7 @@ describe("createSetProjectTimeSettingsCommand", () => { nextTime.dayLengthMinutes = 12; nextTime.sunriseTimeOfDayHours = 5.75; nextTime.sunsetTimeOfDayHours = 20.25; - nextTime.night.lightIntensityFactor = 0.28; + nextTime.dawnDurationHours = 1.5; store.executeCommand( createSetProjectTimeSettingsCommand({