feat: 删除下载测试

This commit is contained in:
余泓铮
2024-08-22 20:35:35 +08:00
parent 4441945358
commit 12deee4e44

View File

@@ -1,12 +0,0 @@
package builtin
import (
"testing"
)
func TestDownload(t *testing.T) {
err := DownloadFile("/tmp/bytedance.ds.zip", "https://gtf-eapi-cn.bytedance.com/cn/mostRecent/bytedance.ds.zip")
if err != nil {
t.Fatal(err)
}
}