Skip to content

Commit

Permalink
Update a test that was added after the agate branch was started to us…
Browse files Browse the repository at this point in the history
…e agate.reader
  • Loading branch information
James McKinney committed Jan 23, 2016
1 parent 3f0b6be commit 1866f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utilities/test_csvgrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_display_column_names(self):
utility.main()

input_file = six.StringIO(output_file.getvalue())
reader = CSVKitReader(input_file)
reader = agate.reader(input_file)

self.assertEqual(next(reader), [' 1: State Name'])
self.assertEqual(next(reader), [' 2: State Abbreviate'])

0 comments on commit 1866f8f

Please sign in to comment.