Skip to content

Commit da92971

Browse files
committed
TomlParserTest does not need to be public
1 parent d3a4d88 commit da92971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avaje-config-toml/src/test/java/io/avaje/config/toml/TomlParserTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import static org.assertj.core.api.Assertions.*;
1111

12-
public class TomlParserTest {
12+
class TomlParserTest {
1313

1414
@Test
1515
void supportedExtensions() {

0 commit comments

Comments
 (0)