diff --git a/AdventOfCode/AOC.Tests/Y2022/Day01.cs b/AdventOfCode/AOC.Tests/Y2022/Day01.cs index 95abae1..f9cfc62 100644 --- a/AdventOfCode/AOC.Tests/Y2022/Day01.cs +++ b/AdventOfCode/AOC.Tests/Y2022/Day01.cs @@ -74,7 +74,7 @@ namespace AOC.Tests.Y2022 9000 10000", 45000)] - [TestCase(null, 1783)] // The actual answer + [TestCase(null, 203905)] // The actual answer public void Part2(string input, int? expected) { string[] lines = input != null ? input.Split("\n") : realData;