about summary refs log tree commit diff
path: root/aoc2021.test/DayTests.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-12-10 12:49:49 -0500
committerBen Harris <ben@tilde.team>2021-12-10 12:49:49 -0500
commit682d0545aacacd32d4eb61af87ca04ae1b54eba9 (patch)
tree1860af05e0b808bcba856bd5dc07367a908d0579 /aoc2021.test/DayTests.cs
parentcdf3674e4e837b6646f6367a6b3e9371a49120e1 (diff)
d10p2
Diffstat (limited to 'aoc2021.test/DayTests.cs')
-rw-r--r--aoc2021.test/DayTests.cs2
1 files changed, 1 insertions, 1 deletions
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();