浏览代码

修改测试

yjp 1 年之前
父节点
当前提交
35c312fb4a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      test/instance/instance_test.go
  2. 1 1
      test/v1/v1_test.go

+ 1 - 1
test/instance/instance_test.go

@@ -19,7 +19,7 @@ func simpleUUID() string {
 }
 
 const (
-	noEvent = true
+	noEvent = false
 )
 
 var tableModelDescribe = map[string]string{

+ 1 - 1
test/v1/v1_test.go

@@ -19,7 +19,7 @@ func simpleUUID() string {
 }
 
 const (
-	noEvent = true
+	noEvent = false
 )
 
 var tableModelDescribe = map[string]string{