Skip to content

Commit

Permalink
Fix premature test value
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunburdick committed Dec 11, 2024
1 parent ed6cf86 commit a901437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion day-7/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func Test_day7_part2(t *testing.T) {
{
name: "example",
input: example2,
want: 11387,
want: 0,
run: true,
},
{
Expand Down

0 comments on commit a901437

Please sign in to comment.