Skip to content

Commit

Permalink
Fix populate integration test data
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jan 18, 2024
1 parent 2a79bef commit 111d289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object PopulateTestData {
def populate(bucket: String): Unit = {
FileSystems.setDefaultPipelineOptions(PipelineOptionsFactory.create())

val root = Paths.get("src/test/resources")
val root = Paths.get("src/main/resources")
Files
.walk(root)
.collect(Collectors.toList[Path])
Expand Down

0 comments on commit 111d289

Please sign in to comment.