Skip to content

Commit

Permalink
Actualizo tests con nombre de función correcto
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Lavandeira committed May 2, 2017
1 parent ba4761d commit 2d15f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def test_generate_catalog_readme(self):
def test_generate_catalog_indicators(self):
catalog = os.path.join(self.SAMPLES_DIR, "several_datasets.json")

indicators = self.dj.generate_catalog_indicators(catalog)
indicators = self.dj.generate_catalogs_indicators(catalog)

# Resultados esperados haciendo cuentas manuales sobre el catálogo
from datetime import datetime
Expand Down

0 comments on commit 2d15f3b

Please sign in to comment.