Skip to content

Commit

Permalink
use my oss-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-toepfer committed Jan 11, 2024
1 parent 6701776 commit b400679
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 548 deletions.
90 changes: 0 additions & 90 deletions checkstyle.xml

This file was deleted.

2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</goals>
<configuration>
<includes>
<include>**/JsonTestSuiteIT.java</include>
<include>**/JsonTestSuite.java</include>
</includes>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ArgumentsSource;

class JsonTestSuiteIT {
class JsonTestSuite {

@ParameterizedTest(name = "{0}")
@ArgumentsSource(JsonTestSuiteTestCaseProvider.class)
Expand Down
Loading

0 comments on commit b400679

Please sign in to comment.