Skip to content

Commit

Permalink
test: Fix expectation for csvlook --max-rows 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 7, 2024
1 parent 7bba1bd commit c42d0db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_utilities/test_csvlook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c42d0db

Please sign in to comment.