Update test for project time settings command
This commit is contained in:
@@ -16,7 +16,7 @@ describe("createSetProjectTimeSettingsCommand", () => {
|
|||||||
nextTime.dayLengthMinutes = 12;
|
nextTime.dayLengthMinutes = 12;
|
||||||
nextTime.sunriseTimeOfDayHours = 5.75;
|
nextTime.sunriseTimeOfDayHours = 5.75;
|
||||||
nextTime.sunsetTimeOfDayHours = 20.25;
|
nextTime.sunsetTimeOfDayHours = 20.25;
|
||||||
nextTime.night.lightIntensityFactor = 0.28;
|
nextTime.dawnDurationHours = 1.5;
|
||||||
|
|
||||||
store.executeCommand(
|
store.executeCommand(
|
||||||
createSetProjectTimeSettingsCommand({
|
createSetProjectTimeSettingsCommand({
|
||||||
|
|||||||
Reference in New Issue
Block a user