fix tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-12-01 01:05:35 -05:00
parent 898b2c4890
commit 469c05f5e5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ namespace aoc2021.test;
public class DayTests
{
[DataTestMethod]
[DataRow(typeof(Day01), "", "")]
[DataRow(typeof(Day01), "1616", "1645")]
public void CheckAllDays(Type dayType, string part1, string part2)
{
var s = Stopwatch.StartNew();