mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 03:03:46 +00:00
fix(2022-01): Add correct answer for Part 2 test case
This commit is contained in:
@@ -74,7 +74,7 @@ namespace AOC.Tests.Y2022
|
|||||||
9000
|
9000
|
||||||
|
|
||||||
10000", 45000)]
|
10000", 45000)]
|
||||||
[TestCase(null, 1783)] // The actual answer
|
[TestCase(null, 203905)] // The actual answer
|
||||||
public void Part2(string input, int? expected)
|
public void Part2(string input, int? expected)
|
||||||
{
|
{
|
||||||
string[] lines = input != null ? input.Split("\n") : realData;
|
string[] lines = input != null ? input.Split("\n") : realData;
|
||||||
|
|||||||
Reference in New Issue
Block a user