diff --git a/cmd/10/main_test.go b/cmd/10/main_test.go index 9b813b0..63a1fa5 100644 --- a/cmd/10/main_test.go +++ b/cmd/10/main_test.go @@ -17,7 +17,7 @@ func TestSolvePartOneWithExampleInput(t *testing.T) { } func TestSolvePartOneWithInput(t *testing.T) { - expected := -1 + expected := 527 result := solution.SolvePartOne("INPUT.txt")