Skip to content

Commit 85e6f5e

Browse files
committed
2019/day04: Fix test
1 parent b80638e commit 85e6f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: puzzles/solutions/2019/day04/solution_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ func Test_solution_Part2(t *testing.T) {
315315
args: args{
316316
input: strings.NewReader("111000-111222"),
317317
},
318-
want: "46",
318+
want: "8",
319319
wantErr: false,
320320
},
321321
}

0 commit comments

Comments
 (0)