Files
houston/client/deploy_test.go

10 lines
174 B
Go
Raw Normal View History

2023-10-24 20:08:48 +09:00
package client
import (
"testing"
)
func TestDownload(t *testing.T) {
download(".", "https://kdcc.action2quare.com/houston/_deploys/game/0.18.186.1/game.zip", "", nil)
}