Skip to content

Commit

Permalink
fix: Day test for 2022/day02 solver
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Jan 28, 2023
1 parent da599c1 commit 74f476c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/puzzles/solutions/2022/day02/solution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Test_solution_Year(t *testing.T) {
func Test_solution_Day(t *testing.T) {
var s solution

want := "1"
want := "2"
got := s.Day()

assert.Equal(t, want, got)
Expand Down

0 comments on commit 74f476c

Please sign in to comment.