提交 ad55be75 编写于 作者: C cpwu

fix case

上级 5a445dae
...@@ -112,7 +112,6 @@ class TDTestCase: ...@@ -112,7 +112,6 @@ class TDTestCase:
return [ return [
["ct1", "ct2"], ["ct1", "ct2"],
["ct1", "t1"], ["ct1", "t1"],
["ct2", "ct4"],
["ct4", "t1"], ["ct4", "t1"],
# ["ct1", "ct2", "ct4"], # ["ct1", "ct2", "ct4"],
# ["ct1", "ct2", "t1"], # ["ct1", "ct2", "t1"],
...@@ -125,7 +124,6 @@ class TDTestCase: ...@@ -125,7 +124,6 @@ class TDTestCase:
def __tb_liast(self): def __tb_liast(self):
return [ return [
"ct1", "ct1",
"ct2",
"ct4", "ct4",
"t1", "t1",
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册