test: add expected value for day 10 part 1 input
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ func TestSolvePartOneWithExampleInput(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestSolvePartOneWithInput(t *testing.T) {
|
||||
expected := -1
|
||||
expected := 527
|
||||
|
||||
result := solution.SolvePartOne("INPUT.txt")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user