kgrzybek / modular-monolith-with-ddd

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

feat: command with result should not return Unit #200

Closed GregoireWulliamoz closed 3 years ago

GregoireWulliamoz commented 3 years ago

Architecture test added for checking that commands with result does not return Unit. Test fixed accordingly