File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -622,10 +622,10 @@ final class DocumentTestDiscoveryTests: XCTestCase {
622
622
style: TestStyle . swiftTesting,
623
623
location: Location ( uri: uri, range: positions [ " 2️⃣ " ] ..< positions [ " 3️⃣ " ] ) ,
624
624
children: [ ] ,
625
- tags: [ TestTag ( id: " . red" ) , TestTag ( id: " . blue" ) ]
625
+ tags: [ TestTag ( id: " red " ) , TestTag ( id: " blue " ) ]
626
626
)
627
627
] ,
628
- tags: [ TestTag ( id: " . green" ) ]
628
+ tags: [ TestTag ( id: " green " ) ]
629
629
)
630
630
]
631
631
)
@@ -680,14 +680,14 @@ final class DocumentTestDiscoveryTests: XCTestCase {
680
680
location: Location ( uri: uri, range: positions [ " 2️⃣ " ] ..< positions [ " 3️⃣ " ] ) ,
681
681
children: [ ] ,
682
682
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 " )
687
687
]
688
688
)
689
689
] ,
690
- tags: [ TestTag ( id: " . suite" ) ]
690
+ tags: [ TestTag ( id: " suite " ) ]
691
691
)
692
692
]
693
693
)
You can’t perform that action at this time.
0 commit comments