From 72cce948973068ba3556d7329c7909f5367a36b5 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 14 Dec 2021 11:41:00 -0500 Subject: d14p2 --- aoc2021.test/DayTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aoc2021.test/DayTests.cs') diff --git a/aoc2021.test/DayTests.cs b/aoc2021.test/DayTests.cs index 177f7d7..18add59 100644 --- a/aoc2021.test/DayTests.cs +++ b/aoc2021.test/DayTests.cs @@ -34,7 +34,7 @@ public class DayTests [DataRow(typeof(Day11), "1613", "510")] [DataRow(typeof(Day12), "4549", "120535")] [DataRow(typeof(Day13), "837", Day13Actual)] - [DataRow(typeof(Day14), "5656", "")] + [DataRow(typeof(Day14), "5656", "12271437788530")] public void CheckAllDays(Type dayType, string part1, string part2) { var s = Stopwatch.StartNew(); -- cgit 1.4.1