zenstruck / messenger-test

Assertions and helpers for testing your symfony/messenger queues.
MIT License
218 stars 15 forks source link

fix: handle DelayStamp in the past #75

Closed benito103e closed 4 months ago

benito103e commented 4 months ago

Fix an issue when the envelope was created with a DelayStamp in the past, the availability was generated in the future.

kbond commented 4 months ago

Thanks @benito103e, could you add a test to prove this fixes the issue?

benito103e commented 4 months ago

Thanks for your answer @kbond . I push the test. Hope this meets with your approval