Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslavandeira committed Jun 13, 2018
1 parent eb4bb60 commit f2ac5bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion series_tiempo_ar_api/apps/metadata/tests/indexer_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def test_index_two_nodes(self):
self.assertTrue(second_catalog_fields)

def tearDown(self):
self.elastic.indices.delete(self.FakeField._doc_type.index)
self.elastic.indices.delete(self.FakeField._doc_type.index)
2 changes: 0 additions & 2 deletions series_tiempo_ar_api/apps/metadata/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,3 @@ def test_scraping_result(self):
self.assertIn(key, mapping_fields)

self.assertEqual(field['_index'], constants.FIELDS_INDEX)


0 comments on commit f2ac5bd

Please sign in to comment.