Skip to content

Commit

Permalink
fix(test): Catalyst fonts are like iOS fonts?
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Jun 20, 2024
1 parent 48a862a commit 4124d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/WMATAUITests/LineUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ final class LinesUITests: XCTestCase {
func testDotSize() throws {
let dot = Line.red.dot(style: .headline, factor: 1.0)
#if targetEnvironment(macCatalyst) // macCatalyst builds as if iOS without this target environment
let baseFontSize = 12.0
let largeFontSize = 12.0
let baseFontSize = 19.0
let largeFontSize = 55.0
#elseif os(macOS)
let baseFontSize = 15.0
let largeFontSize = 15.0
Expand Down

0 comments on commit 4124d03

Please sign in to comment.