Closed LazyBun closed 1 year ago
Looking into the test issue :eyes:
Seems fixed. Let me know if there is anything else that needs to be improved before merging this one
That looks great! Thank you so much!
@dimafeng would it be possible to release a new version with my change? :)
Sorry for the delay! I'll release it today
It was not possible to properly configure
RabbitMQContainer
when using it withmunit
due to the missing parameters inRabbitMQContainer.Def
. I added them, along with a simple test to see if everything works properly.