Skip to content

Commit 3d67401

Browse files
award999ahoppen
andauthored
Update Tests/SourceKitLSPTests/CodeLensTests.swift
Co-authored-by: Alex Hoppen <alex@alexhoppen.de>
1 parent e38f34b commit 3d67401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/CodeLensTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ final class CodeLensTests: XCTestCase {
229229
CodeLens(
230230
range: positions["1️⃣"]..<positions["2️⃣"],
231231
command: Command(
232-
title: "Play \"MyApp/Test.swift:2:1\"",
232+
title: #"Play "MyApp/Test.swift:2:1""#,
233233
command: "swift.play",
234234
arguments: [
235235
TextDocumentPlayground(

0 commit comments

Comments
 (0)