Skip to content

Commit

Permalink
adding failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanNoelk committed Mar 27, 2018
1 parent 65927f2 commit e171b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/recipe/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_rating_over_success(self):
recipe = mock.Mock(spec=Recipe)
response = self.serializer.update(recipe, data)

self.assertEqual(response.rating, 5)
self.assertEqual(response.rating, 50)

def test_rating_under_success(self):
data = deepcopy(self.data)
Expand Down

0 comments on commit e171b32

Please sign in to comment.