Skip to content

Commit 19853ff

Browse files
award999ahoppen
andauthored
Update Tests/SourceKitLSPTests/DocumentPlaygroundDiscoveryTests.swift
Co-authored-by: Alex Hoppen <alex@alexhoppen.de>
1 parent a0e8712 commit 19853ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/DocumentPlaygroundDiscoveryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class DocumentPlaygroundDiscoveryTests: XCTestCase {
1919
func testParsePlaygroundsTests() async throws {
2020
let project = try await SwiftPMTestProject(
2121
files: [
22-
"Sources/MyLibrary/MyLib.swift": """
22+
"MyLib.swift": """
2323
import Playgrounds
2424
2525
public func foo() -> String {

0 commit comments

Comments
 (0)