We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b666c2 + a960279 commit e5407f9Copy full SHA for e5407f9
src/test/groovy/io/pillopl/library/ModularArchitectureTest.java
@@ -25,7 +25,7 @@ public class ModularArchitectureTest {
25
public static final ArchRule commons_should_not_depend_on_catalogue =
26
noClasses()
27
.that()
28
- .resideInAPackage("..common..")
+ .resideInAPackage("..commons..")
29
.should()
30
.dependOnClassesThat()
31
.resideInAPackage("..catalogue..");
@@ -34,7 +34,7 @@ public class ModularArchitectureTest {
34
public static final ArchRule commons_should_not_depend_on_lending =
35
36
37
38
39
40
.resideInAPackage("..lending..");
0 commit comments