From 1760543c6e48e13fc76e9343f7006bcaee498a78 Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Wed, 20 Sep 2023 14:36:27 -0700 Subject: [PATCH] Fix test failure from race condition between #2194 and #2196 --- Tests/LoggingTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]