yjp 1 rok pred
rodič
commit
35c312fb4a
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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{