CasaOS/pkg/upnp/gateway_test.go
2021-12-03 16:48:07 +08:00

9 lines
79 B
Go

package upnp
import "testing"
func TestGateway(t *testing.T) {
Gateway()
}