getting correct days

This commit is contained in:
2023-01-04 22:53:29 -07:00
parent 8d8bb8bf6d
commit 19ef3e2cd7
4 changed files with 130 additions and 4 deletions

View File

@@ -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);
}
}