test: add expected value for day 10 part 1 input

This commit is contained in:
Stevan Freeborn
2025-12-20 13:20:49 -06:00
parent ac4085bd08
commit 195e12103a
+1 -1
View File
@@ -17,7 +17,7 @@ func TestSolvePartOneWithExampleInput(t *testing.T) {
}
func TestSolvePartOneWithInput(t *testing.T) {
expected := -1
expected := 527
result := solution.SolvePartOne("INPUT.txt")