mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
testing markdown storage and retrieval
This commit is contained in:
@@ -5,9 +5,11 @@ public class MonthDetailTests
|
||||
[Test]
|
||||
public void TestCanGetMonthName()
|
||||
{
|
||||
var detail = new MonthDetail();
|
||||
var calendarMonth = new CalendarMonth(2022, 2);
|
||||
detail.Month = calendarMonth;
|
||||
var detail = new MonthDetail()
|
||||
{
|
||||
Month = calendarMonth
|
||||
};
|
||||
|
||||
detail.MonthName.Should().Be("February");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user