소스 검색

修改测试

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{