Skip to content

Commit dbdf1fe

Browse files
committed
test: make ConverterTest class public
1 parent 47cc846 commit dbdf1fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fesod-sheet/src/test/java/org/apache/fesod/sheet/converter/ConverterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
* Unit tests for individual converter implementations.
7979
*/
8080
@Tag(Tags.UNIT)
81-
class ConverterTest {
81+
public class ConverterTest {
8282

8383
private static final GlobalConfiguration GLOBAL_CONFIGURATION = new GlobalConfiguration();
8484

0 commit comments

Comments
 (0)