Skip to content

Commit

Permalink
Java tests fail for default app without user management
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Aug 9, 2023
1 parent d8f6c23 commit d45b7e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TechnicalStructureTest {
.optionalLayer("Service").definedBy("..service..")
.layer("Security").definedBy("..security..")
<%_ if (hasDomainLayer) { _%>
.layer("Persistence").definedBy("..repository..")
.optionalLayer("Persistence").definedBy("..repository..")
.layer("Domain").definedBy("..domain..")
<%_ } _%>

Expand Down

0 comments on commit d45b7e3

Please sign in to comment.