From 682d0545aacacd32d4eb61af87ca04ae1b54eba9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 10 Dec 2021 12:49:49 -0500 Subject: d10p2 --- aoc2021.test/DayTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aoc2021.test') diff --git a/aoc2021.test/DayTests.cs b/aoc2021.test/DayTests.cs index 51cee5a..60b83d1 100644 --- a/aoc2021.test/DayTests.cs +++ b/aoc2021.test/DayTests.cs @@ -13,7 +13,7 @@ public class DayTests [DataRow(typeof(Day07), "345035", "97038163")] [DataRow(typeof(Day08), "362", "1020159")] [DataRow(typeof(Day09), "478", "1327014")] - [DataRow(typeof(Day10), "288291", "")] + [DataRow(typeof(Day10), "288291", "820045242")] public void CheckAllDays(Type dayType, string part1, string part2) { var s = Stopwatch.StartNew(); -- cgit 1.4.1