[JAVA-13010] Convert file tests to manual tests (#12561)
This commit is contained in:
parent
f8278e0f63
commit
eb24cfa8be
|
@ -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() {
|
Loading…
Reference in New Issue