Skip to content

Commit 3356873

Browse files
authored
Merge pull request #1363 from ahoppen/fix-build-issue
Fix a test build issue due to PRs racing
2 parents 8765bb1 + 92ed134 commit 3356873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/BackgroundIndexingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ final class BackgroundIndexingTests: XCTestCase {
846846
"Lib.swift": "",
847847
"OtherLib/OtherLib.swift": "",
848848
],
849-
serverOptions: backgroundIndexingOptions
849+
enableBackgroundIndexing: true
850850
)
851851
_ = try project.openDocument("OtherLib.swift")
852852
// Wait for 1 second to increase the likelihood of this test failing in case we would start scheduling some

0 commit comments

Comments
 (0)