micro--go-micro
5bfc37708d
Co-authored-by: Codex <codex@openai.com>
10 行
172 B
Go
10 行
172 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestRunSupportMockSmoke(t *testing.T) {
|
|
if err := runSupport("mock"); err != nil {
|
|
t.Fatalf("support example failed: %v", err)
|
|
}
|
|
}
|