File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/YCoreUITests/Protocols Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ final class SystemImageTests: XCTestCase {
44
44
}
45
45
46
46
func test_customImageScaling( ) {
47
- XCTAssertEqual ( SymbolCustomScaling . textStyle, . largeTitle )
48
- XCTAssertEqual ( SymbolCustomScaling . configuration, UIImage . SymbolConfiguration ( textStyle: . largeTitle ) )
47
+ XCTAssertEqual ( SymbolCustomScaling . textStyle, . title1 )
48
+ XCTAssertEqual ( SymbolCustomScaling . configuration, UIImage . SymbolConfiguration ( textStyle: . title1 ) )
49
49
}
50
50
51
51
func test_systemImage_deliversDefaultFallback( ) {
@@ -82,7 +82,7 @@ extension SystemImageTests {
82
82
}
83
83
84
84
enum SymbolCustomScaling : String , CaseIterable , SystemImage {
85
- static var textStyle : UIFont . TextStyle ? { . largeTitle }
85
+ static var textStyle : UIFont . TextStyle ? { . title1 }
86
86
87
87
case checked = " checkmark.square "
88
88
}
You can’t perform that action at this time.
0 commit comments