rename file (#14365)
This commit is contained in:
parent
0b193f4544
commit
e3f36b304f
|
@ -7,7 +7,7 @@ import java.net.URISyntaxException;
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.nio.file.Paths;
|
import java.nio.file.Paths;
|
||||||
|
|
||||||
public class ZipEntryReaderTest {
|
public class ZipEntryReaderUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenZipFile_thenReadEntriesAndValidateContent() throws URISyntaxException, IOException {
|
public void givenZipFile_thenReadEntriesAndValidateContent() throws URISyntaxException, IOException {
|
Loading…
Reference in New Issue