From 4124d03bd2500833a0fb88e037158d2770825067 Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Thu, 20 Jun 2024 07:02:08 -0400 Subject: [PATCH] fix(test): Catalyst fonts are like iOS fonts? --- Tests/WMATAUITests/LineUITests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/WMATAUITests/LineUITests.swift b/Tests/WMATAUITests/LineUITests.swift index e339b6f..500df2f 100644 --- a/Tests/WMATAUITests/LineUITests.swift +++ b/Tests/WMATAUITests/LineUITests.swift @@ -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