Fix unit test (#1730)
Co-authored-by: anqiansong <anqiansong@bytedance.com>
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
|
||||
func TestRpcGenerate(t *testing.T) {
|
||||
_ = Clean()
|
||||
g := NewGenerator("gozero")
|
||||
g := NewGenerator("gozero", true)
|
||||
err := g.Prepare()
|
||||
if err != nil {
|
||||
logx.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user