Skip to content

Commit 05c36c3

Browse files
committed
fix package init
1 parent 434dfec commit 05c36c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/ProjectSpecTests/SpecLoadingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class SpecLoadingTests: XCTestCase {
195195
]
196196

197197
try expect(project.packages) == [
198-
"LocalPackage": .local(path: "paths_test/relative_local_package/LocalPackage", group: nil),
198+
"LocalPackage": .local(path: "paths_test/relative_local_package/LocalPackage", group: nil, excludeFromProject: false),
199199
]
200200
}
201201

0 commit comments

Comments
 (0)