Skip to content

Commit

Permalink
Enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed May 8, 2024
1 parent 18c8706 commit c79d898
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qulice-pmd/src/test/java/com/qulice/pmd/PmdValidatorTest.java
Expand Up @@ -42,10 +42,8 @@
import org.hamcrest.core.IsEqual;
import org.hamcrest.core.IsNot;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.EnabledForJreRange;
import org.junit.jupiter.api.condition.JRE;
import org.junit.jupiter.api.condition.OS;

/**
* Test case for {@link PmdValidator} class.
Expand Down Expand Up @@ -759,7 +757,6 @@ void allowsSwaggerAnnotations() throws Exception {
* @throws Exception If something wrong happens inside.
*/
@Test
@DisabledOnOs(OS.WINDOWS)
void prohibitsUnicodeCharactersInMethodNames() throws Exception {
new PmdAssert(
"UnicodeCharactersInMethodNames.java",
Expand Down

0 comments on commit c79d898

Please sign in to comment.