Skip to content

Commit 06bb9ff

Browse files
committed
DEBUG guard for SchedulerExtensions.
1 parent 64e566d commit 06bb9ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/ComposableArchitecture/SchedulerExtensions/SchedulerExtensions.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if DEBUG
12
import Foundation
23
import ReactiveSwift
34
import XCTestDynamicOverlay
@@ -45,3 +46,4 @@ public final class FailingScheduler: DateScheduler {
4546
return nil
4647
}
4748
}
49+
#endif

0 commit comments

Comments
 (0)