mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
started merging module and calendar pages
This commit is contained in:
@@ -16,7 +16,7 @@ public class ConfigurationTests
|
||||
var daysOfWeek = new DayOfWeek[] { DayOfWeek.Monday };
|
||||
var management = new ConfigurationManagement();
|
||||
management.SetConfiguration(canvasTerm, daysOfWeek);
|
||||
var config = management.Configuration;
|
||||
var config = management.SemesterCalendar;
|
||||
|
||||
if(config == null) Assert.Fail();
|
||||
config!.StartDate.Should().Be(startAt);
|
||||
|
||||
Reference in New Issue
Block a user