Files
houston/client/deploy_test.go
2023-10-24 20:08:48 +09:00

10 lines
174 B
Go

package client
import (
"testing"
)
func TestDownload(t *testing.T) {
download(".", "https://kdcc.action2quare.com/houston/_deploys/game/0.18.186.1/game.zip", "", nil)
}