add empty test rows for remaining days

This commit is contained in:
Ben Harris 2020-12-30 11:35:32 -05:00
parent 0605e90e97
commit 91ef41e4e5
Signed by: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ namespace aoc2020.test
[DataRow(typeof(Day17), "293", "1816")]
[DataRow(typeof(Day18), "", "")]
[DataRow(typeof(Day19), "", "")]
[DataRow(typeof(Day20), "", "")]
[DataRow(typeof(Day21), "", "")]
[DataRow(typeof(Day22), "", "")]
[DataRow(typeof(Day23), "", "")]
[DataRow(typeof(Day24), "", "")]
[DataRow(typeof(Day25), "", "")]
public void CheckAllDays(Type dayType, string part1, string part2)
{
// create day instance