We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da599c1 commit 74f476cCopy full SHA for 74f476c
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