Skip to content

Commit

Permalink
Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kr565370 committed Mar 6, 2024
1 parent 2ae9626 commit 1574ffd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
import static sleeper.ingest.job.status.IngestJobStatusTestData.finishedIngestJob;

public class IngestJobRunnerReportingIT {
private static final String TEST_TABLE_ID = "test-table-id";
private static final String TEST_TABLE_NAME = "test-table-name";
@TempDir
private java.nio.file.Path tempDir;
private final String TEST_TABLE_ID = "test-table-id";
private final String TEST_TABLE_NAME = "test-table-name";
private final IngestJobStatusStore jobStore = new InMemoryIngestJobStatusStore();
private InstanceProperties instanceProperties;

Expand Down

0 comments on commit 1574ffd

Please sign in to comment.