Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ChGen committed May 15, 2024
1 parent 0865982 commit 88b6fa9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.api.io.TempDir;
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;

/**
* Test for {@link RepositoryRest}.
* @since 0.26
*/
@ExtendWith(VertxExtension.class)
@SuppressWarnings({"PMD.AvoidDuplicateLiterals", "PMD.TooManyMethods"})
@Execution(ExecutionMode.CONCURRENT)
public final class RepositoryRestTest extends RestApiServerBase {
/**
* Temp dir.
Expand Down

0 comments on commit 88b6fa9

Please sign in to comment.