ddd-by-examples / library

A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
MIT License
4.88k stars 723 forks source link

test: fix arch unit test #63

Closed ziebamarcin closed 3 years ago

ziebamarcin commented 3 years ago

Due to the type in arch unit test, these tests were not verifying correct dependencies, so you could use classes from landing package in commons for example without breaking the build.

pilloPl commented 3 years ago

Thanks, @ziebamarcin !