Skip to content

Commit

Permalink
aclaro comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed Jul 30, 2018
1 parent 9e4d7c7 commit 9b8f948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_readers_and_writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_read_write_both_formats_yields_the_same(self):
self.assertEqual(catalog_xlsx, catalog)

def test_read_xlsx_lists_with_extra_commas(self):
# No hay valores vacíos a pesar que hay en las listas con comas
# No hay valores vacíos a pesar que hay listas con comas extras
catalog = pydatajson.readers.read_catalog(self.get_sample("lists_extra_commas.xlsx"))
self.assertTrue(catalog['language'])
self.assertTrue(all(catalog['language']))
Expand Down

0 comments on commit 9b8f948

Please sign in to comment.