rename file (#14365)

This commit is contained in:
vunamtien 2023-07-05 18:23:40 +07:00 committed by GitHub
parent 0b193f4544
commit e3f36b304f
1 changed files with 1 additions and 1 deletions

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 {