diff --git a/Sources/XcodeGraph/Graph/Graph.swift b/Sources/XcodeGraph/Graph/Graph.swift index 5f749c82..8cdf72d7 100644 --- a/Sources/XcodeGraph/Graph/Graph.swift +++ b/Sources/XcodeGraph/Graph/Graph.swift @@ -68,7 +68,7 @@ extension [GraphEdge: PlatformCondition] { #if DEBUG extension Graph { - static func test( + public static func test( name: String = "graph", path: AbsolutePath = .root, workspace: Workspace = .test(),