Skip to content

Commit

Permalink
Spotless fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolse committed Sep 15, 2024
1 parent e58959f commit 33bd330
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/kotlin/no/nb/mlt/wls/ArchitectureTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import org.junit.jupiter.api.TestInstance
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
@AnalyzeClasses(packages = ["no.nb.mlt.wls"])
internal class ArchitectureTest {

@ArchTest
fun `The domain model does not have any outgoing dependencies`(javaClasses: JavaClasses) {
noClasses()
Expand All @@ -22,7 +21,6 @@ internal class ArchitectureTest {
.check(javaClasses)
}


@ArchTest
fun `The application layer does not access any adapters`(javaClasses: JavaClasses) {
noClasses()
Expand Down

0 comments on commit 33bd330

Please sign in to comment.