Phase 40: clock tempo at 1 min/s, x5/x10 heavy stride.
This commit is contained in:
@@ -25,7 +25,7 @@ public class SchoolApiTests(AppHostFixture fixture)
|
||||
// Without the "Z" the browser would read the start date in its own time zone and the
|
||||
// creation form would offer the wrong hour.
|
||||
Assert.Equal(DateTimeKind.Utc, state.DefaultStartDate.Kind);
|
||||
Assert.Equal(5d, state.GameMinutesPerRealSecond);
|
||||
Assert.Equal(1d, state.GameMinutesPerRealSecond);
|
||||
Assert.Equal(5, state.SchoolWeekDays);
|
||||
Assert.Empty(state.Schools);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user