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 Dec 6, 2022
1 parent b9d2d2c commit b10f7f7
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 b10f7f7

Please sign in to comment.