Skip to content

Commit

Permalink
Adding optional dependency on apache-hadoop hdfs and the HDFS based i…
Browse files Browse the repository at this point in the history
…mplementation of FileStore abstraction.
  • Loading branch information
piotrszul committed Aug 12, 2024
1 parent 349fe71 commit 356e167
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/test/java/au/csiro/filestore/LocalFileStoreTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,8 @@

package au.csiro.filestore;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;

import java.io.File;
import java.io.IOException;
import java.net.URI;
import java.nio.charset.StandardCharsets;
import java.nio.file.Path;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;

/**
* Tests for {@link LocalFileStore}.
Expand Down

0 comments on commit 356e167

Please sign in to comment.