Skip to content

Commit

Permalink
Arreglo estilo de código en los tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Lavandeira committed May 4, 2017
1 parent 0d20b44 commit c99e76b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def test_generate_catalog_readme(self):

self.assertTrue(comparison)

def test_generate_catalog_indicators(self):
def test_generate_catalogs_indicators(self):
catalog = os.path.join(self.SAMPLES_DIR, "several_datasets.json")

indicators = self.dj.generate_catalogs_indicators(catalog)[0]
Expand Down Expand Up @@ -835,5 +835,7 @@ def test_date_indicators(self):

for k, v in expected.items():
self.assertTrue(indicators[k], v)


if __name__ == '__main__':
nose.run(defaultTest=__name__)

0 comments on commit c99e76b

Please sign in to comment.