Skip to content

Commit c42d0db

Browse files
committed
test: Fix expectation for csvlook --max-rows 0
1 parent 7bba1bd commit c42d0db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_utilities/test_csvlook.py

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def test_max_rows(self):
114114
self.assertLines(['--max-rows', '0', 'examples/dummy.csv'], [
115115
'| a | b | c |',
116116
'| - | - | - |',
117-
'| ... | ... | ... |',
118117
])
119118

120119
def test_max_columns(self):

0 commit comments

Comments
 (0)