Skip to content

Commit

Permalink
HOTFIX: fix calendar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Jan 31, 2022
1 parent 3b9d38f commit 833dfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/calendar_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ getSemesterStart() {
test('Winter start in 2021', () {
DateTime semStart =
m_cal.Calendar.getSemesterStart(mCurrentDate: startSecondHalf);
expect(semStart.day, 8);
expect(semStart.day, 9);
expect(semStart.month, DateTime.february);
expect(semStart.year, 2021);
});
Expand Down

0 comments on commit 833dfe3

Please sign in to comment.