Files
fx-serverless/handlers/up_test.go
Minghe 73f3a3853f move up handle to handlers (#247)
* * done move handle codes to handlers pkg
* support force deploy a function

* fix remote host issue
2019-08-31 18:55:58 +08:00

13 lines
159 B
Go

package handlers
import (
"testing"
"github.com/golang/mock/gomock"
)
func TestUp(t *testing.T) {
ctrl := gomock.NewController(t)
defer ctrl.Finish()
}