yjp hace 1 año
padre
commit
8a8b0cd9d9
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      test/v1/v1_test.go

+ 5 - 0
test/v1/v1_test.go

@@ -38,6 +38,11 @@ func TestAutoMigrate(t *testing.T) {
 					Version:               "v1",
 					TableModelDescribe:    tableModelDescribe,
 				},
+				{
+					TablePrefixWithSchema: "test." + simpleUUID()[0:8],
+					Version:               "v1",
+					TableModelDescribe:    tableModelDescribe,
+				},
 			},
 		})
 }