pointfreeco / swift-clocks

⏰ A few clocks that make working with Swift concurrency more testable and more versatile.
MIT License
266 stars 17 forks source link

Fix regression: test clock should hang till it is explicitly advanced #26

Closed stephencelis closed 10 months ago

stephencelis commented 10 months ago

We merged #22 a bit too hastily, but it introduced behavior that we didn't actually want. Let's revert this behavior and get a test in place so we don't deviate in the future.