Skip to content

Commit

Permalink
chore: Update tests for part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Dec 18, 2024
1 parent 60571f9 commit 72bf3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/puzzles/solutions/2024/day02/solution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ func Test_solution_Part2(t *testing.T) {
wantErr assert.ErrorAssertionFunc
}{
{
name: "",
name: "test example from description",
args: args{
input: utils.ReaderFromFile(t, filepath.Join("testdata", "input.txt")),
},
want: "",
want: "4",
wantErr: assert.NoError,
},
{
Expand Down

0 comments on commit 72bf3d4

Please sign in to comment.