[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 cee3fa07cb
commit 19dcb8f725

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() {