Made test include the new fields

This commit is contained in:
Minecon724 2024-09-26 19:39:04 +02:00
parent e9686018c0
commit 23b5d85930
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -16,7 +16,9 @@ public class MockTwilightTimeProvider extends TwilightTimeProvider {
return new Twilight(
date,
date.atStartOfDay().plusSeconds(-time),
date.atStartOfDay().plusSeconds(time)
date.atStartOfDay().plusSeconds(time),
date.atStartOfDay().plusMinutes(62),
false
);
}
}