[#2519] replace os.Rename with manually moving the dir children

This commit is contained in:
Gani Georgiev
2023-05-21 20:46:47 +03:00
parent cbaca91581
commit 1c63ae1324
4 changed files with 246 additions and 44 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ func TestCreateSuccess(t *testing.T) {
}
}
// ---
// -------------------------------------------------------------------
// note: make sure to call os.RemoveAll(dir) after you are done
// working with the created test dir.