Skip to content

Commit

Permalink
Merge pull request #90 from sebastian-toepfer/oss-parent
Browse files Browse the repository at this point in the history
use my oss-parent
  • Loading branch information
sebastian-toepfer authored Jan 11, 2024
2 parents 6701776 + b400679 commit b1acfd3
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 b1acfd3

Please sign in to comment.