提交 545d6f5c authored 作者: Jeremiah Lowin's avatar Jeremiah Lowin

This test had the same name as the previous one and wasn't run

上级 c170d92b
...@@ -4418,7 +4418,7 @@ class t_dot(unittest.TestCase): ...@@ -4418,7 +4418,7 @@ class t_dot(unittest.TestCase):
def test_align_2_1(self): def test_align_2_1(self):
self.not_aligned(rand(5, 4), rand(6)) self.not_aligned(rand(5, 4), rand(6))
def test_align_2_1(self): def test_align_2_2(self):
self.not_aligned(rand(5, 4), rand(6, 7)) self.not_aligned(rand(5, 4), rand(6, 7))
def test_align_2_3(self): def test_align_2_3(self):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论