File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ final class MermaidPackageSerializerTests: XCTestCase {
34
34
" /A/Sources/ATarget/main.swift " ,
35
35
" /A/Tests/ATargetTests/TestCases.swift "
36
36
)
37
- let graph = try loadPackageGraph (
37
+ let graph = try loadModulesGraph (
38
38
fileSystem: fileSystem,
39
39
manifests: [
40
40
Manifest . createRootManifest (
@@ -79,7 +79,7 @@ final class MermaidPackageSerializerTests: XCTestCase {
79
79
)
80
80
81
81
let observability = ObservabilitySystem . makeForTesting ( )
82
- let graph = try loadPackageGraph (
82
+ let graph = try loadModulesGraph (
83
83
fileSystem: fileSystem,
84
84
manifests: [
85
85
Manifest . createRootManifest (
@@ -138,7 +138,7 @@ final class MermaidPackageSerializerTests: XCTestCase {
138
138
)
139
139
140
140
let observability = ObservabilitySystem . makeForTesting ( )
141
- let graph = try loadPackageGraph (
141
+ let graph = try loadModulesGraph (
142
142
fileSystem: fileSystem,
143
143
manifests: [
144
144
Manifest . createRootManifest (
You can’t perform that action at this time.
0 commit comments