diff --git a/tests/test_utilities/test_csvlook.py b/tests/test_utilities/test_csvlook.py index 47f395e3f..33b5c2582 100644 --- a/tests/test_utilities/test_csvlook.py +++ b/tests/test_utilities/test_csvlook.py @@ -114,7 +114,6 @@ def test_max_rows(self): self.assertLines(['--max-rows', '0', 'examples/dummy.csv'], [ '| a | b | c |', '| - | - | - |', - '| ... | ... | ... |', ]) def test_max_columns(self):