rename file (#14365)

This commit is contained in:
vunamtien
2023-07-05 18:23:40 +07:00
committed by GitHub
parent 311f5cc472
commit 1715231d03

View File

@@ -7,7 +7,7 @@ import java.net.URISyntaxException;
import java.nio.file.Path;
import java.nio.file.Paths;
public class ZipEntryReaderTest {
public class ZipEntryReaderUnitTest {
@Test
public void givenZipFile_thenReadEntriesAndValidateContent() throws URISyntaxException, IOException {