Skip to content

Commit

Permalink
debug: test provider config is loaded before tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Jan 27, 2021
1 parent b5b4fd8 commit 0bffd03
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -24,6 +24,8 @@
import com.google.common.testing.NullPointerTester;
import java.io.IOException;
import java.net.URI;
import java.nio.file.FileSystem;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
Expand All @@ -39,6 +41,7 @@ public class CloudStorageOptionsTest {
@Before
public void before() {
CloudStorageFileSystemProvider.setStorageOptions(LocalStorageHelper.getOptions());
CloudStorageFileSystem mockFs = CloudStorageFileSystem.forBucket("bucket");
}

@Test
Expand Down

0 comments on commit 0bffd03

Please sign in to comment.