Skip to content

Commit

Permalink
Use Date property (#872)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Brown <[email protected]>
  • Loading branch information
michalsrutek and mluisbrown committed Mar 18, 2024
1 parent bc83377 commit da7660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Scheduler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ public final class TestScheduler: DateScheduler {
}

/// Dequeues and executes all scheduled actions, leaving the scheduler's
/// date at `Date.distantFuture()`.
/// date at `Date.distantFuture`.
public func run() {
advance(to: Date.distantFuture)
}
Expand Down

0 comments on commit da7660e

Please sign in to comment.