Skip to content

Commit ba8699c

Browse files
Fixed test path. (#3877)
1 parent edb88ed commit ba8699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WorkspaceTests/WorkspaceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7629,7 +7629,7 @@ final class WorkspaceTests: XCTestCase {
76297629
// this package never gets loaded since its identity is the same as "FooPackage"
76307630
MockPackage(
76317631
name: "OtherUtilityPackage",
7632-
path: "other/utility",
7632+
path: "other-foo/utility",
76337633
targets: [
76347634
MockTarget(name: "OtherUtilityTarget"),
76357635
],

0 commit comments

Comments
 (0)