about summary refs log tree commit diff
path: root/aoc2019.test
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2019.test')
-rw-r--r--aoc2019.test/Tests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc2019.test/Tests.cs b/aoc2019.test/Tests.cs
index 61f9093..ebe7a7e 100644
--- a/aoc2019.test/Tests.cs
+++ b/aoc2019.test/Tests.cs
@@ -26,7 +26,7 @@ namespace aoc2019.test
         [DataRow(typeof(Day15), "280", "400")]
         [DataRow(typeof(Day16), "90744714", "82994322")]
         [DataRow(typeof(Day17), "2804", "")]
-        [DataRow(typeof(Day19), "", "")]
+        [DataRow(typeof(Day19), "114", "10671712")]
         public void TestAllDays(Type dayType, string part1, string part2)
         {
             // create day instance