Skip to content

Commit

Permalink
Removed useless save() and update() calls in cart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Glass committed Feb 15, 2011
1 parent c70cc5c commit b9dbd65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
14 changes: 0 additions & 14 deletions shop/admin/cartadmin.py

This file was deleted.

4 changes: 0 additions & 4 deletions shop/tests/cart.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ def test_06_one_object_two_modifiers_with_rebate(self):
def test_07_add_same_object_twice(self):
with SettingsOverride(SHOP_CART_MODIFIERS=[]):
self.cart.add_product(self.product)
self.cart.save()
self.cart.update()
self.cart.save()

self.cart.add_product(self.product)
self.cart.update()
self.cart.save()
Expand Down

0 comments on commit b9dbd65

Please sign in to comment.