Skip to content

Commit

Permalink
For testing and illustration, please revert at merge
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiana-b committed Apr 17, 2016
1 parent 94691c2 commit 4fd69f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/batch/example.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ https://raw.githubusercontent.com/okfn/goodtables/master/examples/contacts/peopl
https://raw.githubusercontent.com/okfn/goodtables/master/examples/required_false.csv,https://raw.githubusercontent.com/okfn/goodtables/master/examples/test_schema.json,csv
https://raw.githubusercontent.com/okfn/goodtables/master/examples/row_limit_structure.csv,,csv
https://raw.githubusercontent.com/okfn/goodtables/master/examples/april-to-may-12th-2010.xls,,excel
http://data.defra.gov.uk/ops/government_procurement_card/over_£500_GPC_apr_2013.csv,,csv
2 changes: 1 addition & 1 deletion tests/test_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_batch_from_csv(self):

batch = Batch(self.batch_csv)

self.assertEqual(len(batch.dataset), 4)
self.assertEqual(len(batch.dataset), 5)

def test_batch_from_datapackage(self):

Expand Down

0 comments on commit 4fd69f0

Please sign in to comment.