Skip to content

Commit

Permalink
refactor(DependencyRuleTests): 기존 아키텍처 검증에서 event 페키지 추가 검증하도록 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
zbqmgldjfh committed Feb 2, 2024
1 parent c363ac8 commit b74fcb0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ void validateUserArchitecture() {
.withAdaptersLayer("adapter")
.incoming("in.web")
.outgoing("out.persistence")
.outgoing("out.event")
.and()

.withApplicationLayer("application")
Expand Down Expand Up @@ -65,6 +66,7 @@ void validateAdminArchitecture() {
.withAdaptersLayer("adapter")
.incoming("in.web")
.outgoing("out.persistence")
.outgoing("out.event")
.and()

.withApplicationLayer("application")
Expand Down

0 comments on commit b74fcb0

Please sign in to comment.