Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 10, 2024
1 parent 285f8a8 commit e9ca76a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/htmlunit/archunit/ArchitectureTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public class ArchitectureTest {
.and().doNotHaveFullyQualifiedName("org.htmlunit.platform.font.NoOpFontUtil")

.and().doNotHaveFullyQualifiedName("org.htmlunit.csp.Utils")
.and().doNotHaveFullyQualifiedName("org.htmlunit.cyberneko.util.StringUtils")

.and().resideOutsideOfPackage("org.htmlunit.jetty.util..")
.and().doNotHaveFullyQualifiedName("org.htmlunit.jetty.websocket.api.util.QuoteUtil")
Expand Down

0 comments on commit e9ca76a

Please sign in to comment.