This commit is contained in:
2024-02-07 16:21:04 -07:00
parent 292c06ecc9
commit 0881acd1f8
77 changed files with 239 additions and 204 deletions

View File

@@ -42,4 +42,4 @@ public class CalendarMonthTests
month.Weeks.Last().Should().BeEquivalentTo(expectedLastWeek);
}
}
}

View File

@@ -23,4 +23,4 @@
// config!.EndDate.Should().Be(endAt);
// config!.Days.Should().BeEquivalentTo(daysOfWeek);
// }
// }
// }

View File

@@ -37,4 +37,4 @@
// manager.Modules.Count().Should().Be(4);
// manager.Modules.ElementAt(3).Assignments.Count().Should().Be(1);
// }
// }
// }

View File

@@ -94,4 +94,4 @@
// var semester = new SemesterPlanner(config);
// semester.Days.Should().BeEquivalentTo(days);
// }
// }
// }