[JAVA-13010] Convert file tests to manual tests (#12561)

This commit is contained in:
Haroon Khan 2022-08-26 09:47:08 +01:00 committed by GitHub
parent f8278e0f63
commit eb24cfa8be
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ import java.util.List;
import static org.junit.Assert.*;
public class FileClassUnitTest {
/**
* Manual tests for data reading and writing
*/
public class FileClassManualTest {
@Test
public void givenDir_whenMkdir_thenDirIsDeleted() {