Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed May 8, 2024
1 parent fbf3d34 commit 768aa8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qulice-pmd/src/test/java/com/qulice/pmd/PmdValidatorTest.java
Expand Up @@ -762,9 +762,9 @@ void allowsSwaggerAnnotations() throws Exception {
@DisabledOnOs(OS.WINDOWS)
void prohibitsUnicodeCharactersInMethodNames() throws Exception {
new PmdAssert(
"UnicodeCharactersInMethodNames.java",
Matchers.is(false),
Matchers.containsString("MethodNamingConventions")
"UnicodeCharactersInMethodNames.java",
Matchers.is(false),
Matchers.containsString("MethodNamingConventions")
).validate();
}
}

0 comments on commit 768aa8f

Please sign in to comment.