Skip to content

Commit

Permalink
todo CopyFile bug need fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 3, 2024
1 parent 67a81c4 commit d4d45cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func TestClear(t *testing.T) {
if info.IsDir() {
return err
}
mylog.Check("CopyFile need remove orig file")
stream.CopyFile(path, filepath.Base(path))
mylog.Info("copy file", path)
return err
Expand Down

0 comments on commit d4d45cc

Please sign in to comment.