Skip to content

Commit

Permalink
[apache#722] revert the 'BeforeEach'
Browse files Browse the repository at this point in the history
  • Loading branch information
cchung100m committed Aug 19, 2023
1 parent 5790273 commit d072915
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ public class ChecksumUtilsTest {

@TempDir File tempDir;

@BeforeEach
void beforeEach() {
assertTrue(this.tempDir.isDirectory());
}

@Test
public void crc32TestWithByte() {
byte[] data = new byte[32 * 1024 * 1024];
Expand Down

0 comments on commit d072915

Please sign in to comment.