Skip to content

Commit

Permalink
Fix None title
Browse files Browse the repository at this point in the history
  • Loading branch information
slitayem committed Feb 11, 2015
1 parent 45c9acd commit 09d81b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/extractors/title.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ def test_title_opengraph(self):
def test_title_empty(self):
article = self.getArticle()
fields = ['title']
print article.title
self.runArticleAssertions(article=article, fields=fields)

0 comments on commit 09d81b2

Please sign in to comment.