Skip to content

Commit

Permalink
Rename Slf4JLogStatementTest to Slf4jLogStatementTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Badbond authored and rickie committed Oct 11, 2022
1 parent 3f1399c commit dccb8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.google.errorprone.CompilationTestHelper;
import org.junit.jupiter.api.Test;

final class Slf4JLogStatementTest {
final class Slf4jLogStatementTest {
private final CompilationTestHelper compilationTestHelper =
CompilationTestHelper.newInstance(Slf4jLogStatement.class, getClass());
private final BugCheckerRefactoringTestHelper refactoringTestHelper =
Expand Down

0 comments on commit dccb8f0

Please sign in to comment.