Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
cdouglas committed Oct 2, 2024
1 parent d56ec11 commit 7675955
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ public void before(TestInfo info) throws IOException {
}

final String testName = info.getTestMethod().orElseThrow(RuntimeException::new).getName();
warehouseLocation = az.location(TEST_BUCKET + "/" + uniqTestRun + "/" + testName + "_" + info.getDisplayName());
warehouseLocation =
az.location(TEST_BUCKET + "/" + uniqTestRun + "/" + testName + "_" + info.getDisplayName());
cleanupWarehouseLocation();

final Map<String, String> properties = Maps.newHashMap();
Expand Down

0 comments on commit 7675955

Please sign in to comment.