Skip to content

Commit

Permalink
test: Update remote fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 3, 2023
1 parent a40f587 commit 15ffb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def setUp(self):
def test_get_table(self):
table = self.archive.get_table('sandwich/PublicSchools.csv')

self.assertColumnNames(table, ('a', 'Expenditure', 'Income'))
self.assertColumnNames(table, ('rownames', 'Expenditure', 'Income'))
self.assertColumnTypes(table, [agate.Text, agate.Number, agate.Number])
self.assertEqual(len(table.rows), 51)

0 comments on commit 15ffb70

Please sign in to comment.