Skip to content

Commit

Permalink
fix architecture test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAnzinger committed Oct 2, 2024
1 parent 6f04499 commit 8d8c730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public void check(JavaClass item, ConditionEvents events) {
@Test
void testNoRestControllersImported() {
final var exceptions = new String[] { "AccountResourceIntegrationTest", "AndroidAppSiteAssociationResourceTest", "AppleAppSiteAssociationResourceTest",
"ResourceArchitectureTest" };
"AbstractModuleResourceArchitectureTest" };
final var classes = classesExcept(allClasses, exceptions);
classes().should(IMPORT_RESTCONTROLLER).check(classes);
}
Expand Down

0 comments on commit 8d8c730

Please sign in to comment.