Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Jan 17, 2024
1 parent 1598bd4 commit 27f39ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Helpers/XCTestCase+RootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extension XCTestCase {
}()

window.rootViewController = viewController
window.layer.speed = TestAnimationSpeed.fast.rawValue
window.layer.speed = TestAnimationSpeed.fast.multiplier ?? 1

wait(for: .aMoment) // Waiting for a moment to give the viewController time to be presented
}
Expand Down

0 comments on commit 27f39ec

Please sign in to comment.