Skip to content

Commit

Permalink
test corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbalaci committed Jun 17, 2014
1 parent 5b16f07 commit 9ae02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apps/test_imdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ def test_Movie():
assert m['Year'] == '1999'

def test_get_rating():
assert imdb.get_rating('star wars') >= 8.0
assert imdb.get_rating('star wars') >= 7.0

0 comments on commit 9ae02bb

Please sign in to comment.