Skip to content

Commit

Permalink
Fix test failure from race condition between #2194 and #2196
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Sep 20, 2023
1 parent 68c3342 commit 1760543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LoggingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 1760543

Please sign in to comment.