From 9da262c92189e4007834bf2023f0c032f2a1a0d9 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 10:55:24 +0000 Subject: object{,/type}: Fix up API shape --- reachability/unit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reachability') diff --git a/reachability/unit_test.go b/reachability/unit_test.go index 61794a5b..a06df9da 100644 --- a/reachability/unit_test.go +++ b/reachability/unit_test.go @@ -49,7 +49,7 @@ func commitBody(tree objectid.ObjectID, parents ...objectid.ObjectID) []byte { } func tagBody(target objectid.ObjectID, targetType objecttype.Type) []byte { - targetName, ok := objecttype.Name(targetType) + targetName, ok := targetType.Name() if !ok { panic("invalid tag target type") } -- cgit v1.3.1-10-gc9f91