We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e426b commit ea72ac6Copy full SHA for ea72ac6
Core/Tests/SharedUIComponentsTests/ConvertToCodeLinesTests.swift
@@ -1,6 +1,6 @@
1
import XCTest
2
3
-@testable import SuggestionWidget
+@testable import SharedUIComponents
4
5
final class ConvertToCodeLinesTests: XCTestCase {
6
func test_do_not_remove_common_leading_spaces() async throws {
TestPlan.xctestplan
@@ -87,7 +87,14 @@
87
},
88
{
89
"target" : {
90
- "containerPath" : "container:",
+ "containerPath" : "container:Core",
91
+ "identifier" : "SharedUIComponentsTests",
92
+ "name" : "SharedUIComponentsTests"
93
+ }
94
+ },
95
+ {
96
+ "target" : {
97
+ "containerPath" : "container:Tool",
98
"identifier" : "TokenEncoderTests",
99
"name" : "TokenEncoderTests"
100
}
0 commit comments