Skip to content

Commit 947f19c

Browse files
Cleanup tests (#218)
Co-authored-by: Moderne <team@moderne.io>
1 parent 7710c6f commit 947f19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/apache/maven/reporting/AbstractMavenReportRendererTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* Test case for some public method in AbstractMavenReportRenderer.
3333
*/
34-
public class AbstractMavenReportRendererTest {
34+
class AbstractMavenReportRendererTest {
3535
private static List<String> applyPattern(String pattern) throws Throwable {
3636
try {
3737
Method method = AbstractMavenReportRenderer.class.getDeclaredMethod("applyPattern", String.class);
@@ -68,7 +68,7 @@ private static void checkPatternIllegalArgument(String cause, String pattern) th
6868
* @throws Throwable if any
6969
*/
7070
@Test
71-
public void testApplyPattern() throws Throwable {
71+
void applyPattern() throws Throwable {
7272
// the most simple test
7373
checkPattern("test {text,url}", new String[] {"test ", null, "text", "url"});
7474

0 commit comments

Comments
 (0)