From f34e5b86f290cb79bdfedc5144a38aa40a29e118 Mon Sep 17 00:00:00 2001 From: fortmarek Date: Thu, 6 Feb 2025 12:01:08 +0100 Subject: [PATCH] fix: make Graph test factory public --- Sources/XcodeGraph/Graph/Graph.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),