~xenrox/aoc2021

0ba06cace34d495ac74e0e7e51724693ac4cac1a — Thorben Günther 2 years ago c5a976f
day02: Fix test number
1 files changed, 1 insertions(+), 1 deletions(-)

M day02/day02_test.go
M day02/day02_test.go => day02/day02_test.go +1 -1
@@ 20,6 20,6 @@ func Test2(t *testing.T) {
	}

	if res != 900 {
		t.Errorf("wrong result, expected %d, got %d", 150, res)
		t.Errorf("wrong result, expected %d, got %d", 900, res)
	}
}