yjp 1 gadu atpakaļ
vecāks
revīzija
35c312fb4a
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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{