Skip to content

Commit

Permalink
fixing tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanNoelk committed Mar 27, 2018
1 parent e171b32 commit 680fde0
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, 50)
self.assertEqual(response.rating, 5)

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

0 comments on commit 680fde0

Please sign in to comment.