diff --git a/day5/day5_test.go b/day5/day5_test.go index 14ffb65..235e49f 100644 --- a/day5/day5_test.go +++ b/day5/day5_test.go @@ -110,6 +110,6 @@ func TestRangedFindClosestLocationWithInput(t *testing.T) { result := FindRangedClosestLocation(lines) if result != 1181555926 { - t.Fatalf("expected 1181555926, got %d", result) + t.Fatalf("expected 37806487, got %d", result) } }