We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b666c2 commit a960279Copy full SHA for a960279
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