no message

This commit is contained in:
2023-11-19 00:55:56 +03:00
parent f005b5dbc9
commit 8fdc04de19
2 changed files with 2 additions and 7 deletions

View File

@@ -579,7 +579,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
db.Insert(test);
testsIds.add(test);
//->>
File testProject = new File(Global.TempDirectory, String.valueOf(test.id));
File testProject = new File(Global.TestsDirectory, String.valueOf(test.id));
Utils.CheckAndCleanDirectory(testProject);
File testFile = Paths.get(testProject.getAbsolutePath(), file.getName()).toFile();
FileUtils.copyFile(file, testFile);