Skip to content

Commit

Permalink
fix: fixed a linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
whykay-01 committed Apr 20, 2024
1 parent 60544fb commit 66be97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_delete_shopcart(self):

def test_get_shopcart_list(self):
"""It should Get a list of Shopcarts"""
shopcarts = self._create_shopcarts(5)
self._create_shopcarts(5)
# user_id = shopcarts[0].user_id

response = self.client.get(BASE_URL)
Expand Down

0 comments on commit 66be97e

Please sign in to comment.