tests allow for pages to be stored and retrieved

This commit is contained in:
2024-01-12 13:34:42 -07:00
parent 1eda91eeb0
commit a4179e6d52
13 changed files with 279 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
using Management.Web.Shared.Semester;
using Management.Web.Pages.Course.CourseCalendar;
public class MonthDetailTests
{
@@ -13,4 +13,4 @@ public class MonthDetailTests
detail.MonthName.Should().Be("February");
}
}
}