Skip to content

Commit

Permalink
Fixes a build failure related to geoip. (opensearch-project#4005)
Browse files Browse the repository at this point in the history
Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Jan 23, 2024
1 parent 4071361 commit 7485b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LocalDBDownloadServiceTest {
private LocalDBDownloadService downloadThroughLocalPath;

@Test
void initiateDownloadTest() {
void initiateDownloadTest() throws IOException {
createFolder(System.getProperty("java.io.tmpdir") + File.separator + "Maxmind");
generateSampleFiles(srcDir, 5);

Expand Down

0 comments on commit 7485b5b

Please sign in to comment.