Skip to content

Commit 3b77989

Browse files
committed
Update tag tests
1 parent 3bca8da commit 3b77989

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Tests/SourceKitLSPTests/DocumentTestDiscoveryTests.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -622,10 +622,10 @@ final class DocumentTestDiscoveryTests: XCTestCase {
622622
style: TestStyle.swiftTesting,
623623
location: Location(uri: uri, range: positions["2️⃣"]..<positions["3️⃣"]),
624624
children: [],
625-
tags: [TestTag(id: ".red"), TestTag(id: ".blue")]
625+
tags: [TestTag(id: "red"), TestTag(id: "blue")]
626626
)
627627
],
628-
tags: [TestTag(id: ".green")]
628+
tags: [TestTag(id: "green")]
629629
)
630630
]
631631
)
@@ -680,14 +680,14 @@ final class DocumentTestDiscoveryTests: XCTestCase {
680680
location: Location(uri: uri, range: positions["2️⃣"]..<positions["3️⃣"]),
681681
children: [],
682682
tags: [
683-
TestTag(id: ".foo"),
684-
TestTag(id: ".Nested.foo"),
685-
TestTag(id: ".bar"),
686-
TestTag(id: ".baz")
683+
TestTag(id: "foo"),
684+
TestTag(id: "Nested.foo"),
685+
TestTag(id: "bar"),
686+
TestTag(id: "baz")
687687
]
688688
)
689689
],
690-
tags: [TestTag(id: ".suite")]
690+
tags: [TestTag(id: "suite")]
691691
)
692692
]
693693
)

0 commit comments

Comments
 (0)