kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.89k stars 1.71k forks source link

Missing tests for command with result handlers #178

Closed GregoireWulliamoz closed 3 years ago

GregoireWulliamoz commented 3 years ago

In each module application architecture tests, there is missing tests for type implementing ICommandHandler<,>

kgrzybek commented 3 years ago

PR merged, thanks!