yjp il y a 1 an
Parent
commit
35c312fb4a
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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{