Skip to content

Commit 72bf3d4

Browse files
committed
chore: Update tests for part 2
1 parent 60571f9 commit 72bf3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/puzzles/solutions/2024/day02/solution_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ func Test_solution_Part2(t *testing.T) {
8787
wantErr assert.ErrorAssertionFunc
8888
}{
8989
{
90-
name: "",
90+
name: "test example from description",
9191
args: args{
9292
input: utils.ReaderFromFile(t, filepath.Join("testdata", "input.txt")),
9393
},
94-
want: "",
94+
want: "4",
9595
wantErr: assert.NoError,
9696
},
9797
{

0 commit comments

Comments
 (0)