We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d2d2c commit b10f7f7Copy full SHA for b10f7f7
internal/puzzles/solutions/2022/day02/solution_test.go
@@ -24,7 +24,7 @@ func Test_solution_Year(t *testing.T) {
24
func Test_solution_Day(t *testing.T) {
25
var s solution
26
27
- want := "1"
+ want := "2"
28
got := s.Day()
29
30
assert.Equal(t, want, got)
0 commit comments