fusenapi/fsm/main_test.go

8 lines
72 B
Go
Raw Normal View History

2023-07-25 11:32:51 +00:00
package fsm
import "testing"
func TestMain(t *testing.T) {
test1()
}