diff --git a/Tests/LoggingTests.swift b/Tests/LoggingTests.swift index 012130b979..0db144ad96 100644 --- a/Tests/LoggingTests.swift +++ b/Tests/LoggingTests.swift @@ -95,7 +95,7 @@ final class LoggingTests: XCTestCase { configuration: configuration, logger: logger)! - animationView.forceDisplayUpdate() + animationView.renderContentsForUnitTests() if logMessages.isEmpty { return ["Animation setup did not emit any logs"]