Skip to content

Commit

Permalink
NO-JIRA Remove public modifier from Junit5 Test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-mara-sonarsource authored and sonartech committed Jun 20, 2024
1 parent 0bcaa9b commit 37e0ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

public class OracleTest {
class OracleTest {

private final Oracle underTest = new Oracle();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

public class PostgreSqlTest {
class PostgreSqlTest {

@RegisterExtension
public final LogTesterJUnit5 logs = new LogTesterJUnit5();
Expand Down

0 comments on commit 37e0ed3

Please sign in to comment.