Made test include the new fields
This commit is contained in:
parent
e9686018c0
commit
23b5d85930
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ public class MockTwilightTimeProvider extends TwilightTimeProvider {
|
||||||
return new Twilight(
|
return new Twilight(
|
||||||
date,
|
date,
|
||||||
date.atStartOfDay().plusSeconds(-time),
|
date.atStartOfDay().plusSeconds(-time),
|
||||||
date.atStartOfDay().plusSeconds(time)
|
date.atStartOfDay().plusSeconds(time),
|
||||||
|
date.atStartOfDay().plusMinutes(62),
|
||||||
|
false
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue