Skip to content

Commit

Permalink
Clean up test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Sep 29, 2024
1 parent 91befae commit 051dc90
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,8 @@ public final class LFileModelExportTest
private static final Logger LOG =
LoggerFactory.getLogger(LFileModelTest.class);

private static final long TIMEOUT = 10L;

private static final OpenOption[] OPEN_OPTIONS = {
StandardOpenOption.WRITE,
StandardOpenOption.CREATE,
StandardOpenOption.TRUNCATE_EXISTING
};

private Path directory;
private Path outputFile;
private CloseableResourcesType resources;
private ConcurrentLinkedQueue<LFileModelEventType> events;

@BeforeEach
Expand All @@ -73,7 +64,6 @@ public void setup(
{
this.directory = directory;
this.outputFile = directory.resolve("out.db");
this.resources = resources;
this.events = new ConcurrentLinkedQueue<>();
}

Expand Down

0 comments on commit 051dc90

Please sign in to comment.