fix: test output (it's part two)
This commit is contained in:
@@ -24,6 +24,6 @@ func TestPartTwo(t *testing.T) {
|
|||||||
expected := 1
|
expected := 1
|
||||||
got := PartTwo(input)
|
got := PartTwo(input)
|
||||||
if got != expected {
|
if got != expected {
|
||||||
t.Errorf("PartOne(%v) = %d, want %d", input, got, expected)
|
t.Errorf("PartTwo(%v) = %d, want %d", input, got, expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user