Skip to content

Commit

Permalink
Fix setup for Azure read-only CI storage tests in Java
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-traverse committed Nov 5, 2024
1 parent a74d165 commit bed2808
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ static void setupStorage() throws Exception {
testCtx = new DataContext(elg.next(), allocator);
}

@AfterEach
void tearDown() {
@BeforeEach
void setup() {

rwStorage = testRwStorage;
roStorage = testRoStorage;
Expand Down

0 comments on commit bed2808

Please sign in to comment.