Skip to content

Commit ea72ac6

Browse files
committed
Fix tests
1 parent 91e426b commit ea72ac6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Core/Tests/SharedUIComponentsTests/ConvertToCodeLinesTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import XCTest
22

3-
@testable import SuggestionWidget
3+
@testable import SharedUIComponents
44

55
final class ConvertToCodeLinesTests: XCTestCase {
66
func test_do_not_remove_common_leading_spaces() async throws {

TestPlan.xctestplan

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,14 @@
8787
},
8888
{
8989
"target" : {
90-
"containerPath" : "container:",
90+
"containerPath" : "container:Core",
91+
"identifier" : "SharedUIComponentsTests",
92+
"name" : "SharedUIComponentsTests"
93+
}
94+
},
95+
{
96+
"target" : {
97+
"containerPath" : "container:Tool",
9198
"identifier" : "TokenEncoderTests",
9299
"name" : "TokenEncoderTests"
93100
}

0 commit comments

Comments
 (0)