Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test was actually generating 2 spans but on very fast systems we only saw one as the test ran faster than the message would travel through the broker, trigger a task and generate 2nd span. Switched from .delay() to .apply() so only one span is generated which is enough for the test in question.
- Loading branch information