瀏覽代碼

修改测试

yjp 1 年之前
父節點
當前提交
8a8b0cd9d9
共有 1 個文件被更改,包括 5 次插入0 次删除
  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,
+				},
 			},
 		})
 }