diff --git a/Tests/ComposableArchitectureTests/ComposableArchitectureTests.swift b/Tests/ComposableArchitectureTests/ComposableArchitectureTests.swift index f9b4b89e7725..9f7b2b054fcf 100644 --- a/Tests/ComposableArchitectureTests/ComposableArchitectureTests.swift +++ b/Tests/ComposableArchitectureTests/ComposableArchitectureTests.swift @@ -63,7 +63,9 @@ final class ComposableArchitectureTests: XCTestCase { } func testSimultaneousWorkOrdering() { - let testScheduler = TestScheduler( + let testScheduler = TestScheduler< + DispatchQueue.SchedulerTimeType, DispatchQueue.SchedulerOptions + >( now: .init(.init(uptimeNanoseconds: 1)) )