Skip to content

Commit

Permalink
updated tearDown for test_saholic.
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix24 committed Mar 23, 2012
1 parent e2ec8f1 commit 9e0ef68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/test/parser/inventory/test_saholic.py
Expand Up @@ -35,7 +35,10 @@ def setUp(self):




def tearDown(self): def tearDown(self):
self.item = None
self.test = None
self.test_data = None self.test_data = None
self.inventory = None




def test_get_items(self): def test_get_items(self):
Expand Down

0 comments on commit 9e0ef68

Please sign in to comment.