fusenapi/fsm/main_test.go
2023-07-25 19:32:51 +08:00

8 lines
72 B
Go

package fsm
import "testing"
func TestMain(t *testing.T) {
test1()
}