Skip to content

Commit

Permalink
word counts testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thePortus committed Mar 7, 2018
1 parent bc1baa2 commit 6eed006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhelp/text/tests/test_english.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ def test_word_count(self):
'lazy': 1,
'dog': 1
}
exempla = exempla.word_counts()
exempla = exempla.word_count()
return self.assertEqual(exempla, comparanda)

0 comments on commit 6eed006

Please sign in to comment.