Skip to content

Commit fbea0d4

Browse files
committed
chore: Update regression tests
1 parent b929c58 commit fbea0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/regression_2024_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ func testcases2024(tb testing.TB) []testcase {
3333
want: puzzles.Result{
3434
Year: year.String(),
3535
Name: puzzles.Day02.String(),
36-
Part1: "",
36+
Part1: "334",
3737
Part2: "",
3838
},
39-
wantErr: true,
39+
wantErr: false,
4040
},
4141
{
4242
name: tcName(tb, year, puzzles.Day03),

0 commit comments

Comments
 (0)