Skip to content

Commit b10f7f7

Browse files
committed
fix: Day test for 2022/day02 solver
1 parent b9d2d2c commit b10f7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func Test_solution_Year(t *testing.T) {
2424
func Test_solution_Day(t *testing.T) {
2525
var s solution
2626

27-
want := "1"
27+
want := "2"
2828
got := s.Day()
2929

3030
assert.Equal(t, want, got)

0 commit comments

Comments
 (0)