Skip to content

Commit a901437

Browse files
committed
Fix premature test value
1 parent ed6cf86 commit a901437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-7/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func Test_day7_part2(t *testing.T) {
7070
{
7171
name: "example",
7272
input: example2,
73-
want: 11387,
73+
want: 0,
7474
run: true,
7575
},
7676
{

0 commit comments

Comments
 (0)