From 7baf9b8bb54d123df0313139b4dd630fc9bd75bf Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 3 Dec 2021 11:59:54 -0500 Subject: day 3 part 2 --- 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 f9d2a1d..df97b57 100644 --- a/aoc2021.test/DayTests.cs +++ b/aoc2021.test/DayTests.cs @@ -6,7 +6,7 @@ public class DayTests [DataTestMethod] [DataRow(typeof(Day01), "1616", "1645")] [DataRow(typeof(Day02), "2272262", "2134882034")] - [DataRow(typeof(Day03), "3009600", "")] + [DataRow(typeof(Day03), "3009600", "6940518")] public void CheckAllDays(Type dayType, string part1, string part2) { var s = Stopwatch.StartNew(); -- cgit 1.4.1