Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a weird bug with Rails <= 7.1 where performed_jobs was being zero…
…ed out during a test simulation This appears to be due to `queue_adapter_for_test` being set to a fresh instance of the test adapter, such that a new state for performed_jobs was now present.
- Loading branch information