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-08 01:42:15 -0500
committerBen Harris <ben@tilde.team>2021-12-08 01:42:15 -0500
commit1673962a7238c7c3c7b4bef5d3be84717f3fa6ad (patch)
treed36cfd4210d814adcd5304ff2729c4d617b802ce /aoc2021.test/DayTests.cs
parent14e8698150f2c2b7e88256d8c6aa6c266dcc9797 (diff)
start d8p2, not working yet
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 3e1cccb..bfd7dc7 100644
--- a/aoc2021.test/DayTests.cs
+++ b/aoc2021.test/DayTests.cs
@@ -49,7 +49,7 @@ public class DayTests
     [DataRow(typeof(Day05), "5", "12")]
     [DataRow(typeof(Day06), "5934", "26984457539")]
     [DataRow(typeof(Day07), "37", "168")]
-    [DataRow(typeof(Day08), "26", "")]
+    [DataRow(typeof(Day08), "26", "61229")]
     public void CheckTestInputs(Type dayType, string part1, string part2)
     {
         Day.UseTestInput = true;