Skip to content

Commit 74f476c

Browse files
committed
fix: Day test for 2022/day02 solver
1 parent da599c1 commit 74f476c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)