Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuang10123 committed Sep 27, 2017
1 parent 982437c commit 9cffc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models/test_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_review_module_docstring(self):
"review.py needs a docstring")

def test_review_class_docstring(self):
"""Test for the State class docstring"""
"""Test for the Review class docstring"""
self.assertIsNot(Review.__doc__, None,
"Review class needs a docstring")
self.assertTrue(len(Review.__doc__) >= 1,
Expand Down

0 comments on commit 9cffc4e

Please sign in to comment.