Skip to content

Commit 172df77

Browse files
committed
Break out testSwiftTestingTestWithTags into two tests
One that tests string tags, and the other that tests static tags.
1 parent e8286a5 commit 172df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/DocumentTestDiscoveryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ final class DocumentTestDiscoveryTests: XCTestCase {
585585
)
586586
}
587587

588-
func testSwiftTestingTestWithTags() async throws {
588+
func testSwiftTestingTestWithStringTags() async throws {
589589
let testClient = try await TestSourceKitLSPClient()
590590
let uri = DocumentURI.for(.swift)
591591

0 commit comments

Comments
 (0)