mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
getting correct days
This commit is contained in:
@@ -33,6 +33,7 @@ public class SemesterPlannerTests
|
||||
|
||||
semester.Months.Count().Should().Be(2);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestNewPlannerHandlesTermsThatWrapYears()
|
||||
{
|
||||
@@ -47,4 +48,5 @@ public class SemesterPlannerTests
|
||||
|
||||
semester.Months.Count().Should().Be(2);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user