diff --git a/AdventOfCode/AOC.Tests/Y2023/Day03.cs b/AdventOfCode/AOC.Tests/Y2023/Day03.cs index 3e6d12f..2a6a41f 100644 --- a/AdventOfCode/AOC.Tests/Y2023/Day03.cs +++ b/AdventOfCode/AOC.Tests/Y2023/Day03.cs @@ -418,7 +418,7 @@ public class Day03 ......755. ...$.*.... .664.598..", 467835)] - [TestCase(null, 1783)] // The actual answer + [TestCase(null, 81997870)] // The actual answer public void Part2(string input, int? expected) { string[] lines = input != null ? input.Split("\n") : realData;