Skip to content

Commit

Permalink
update tearDown
Browse files Browse the repository at this point in the history
  • Loading branch information
mghala committed Jul 31, 2011
1 parent c90a6ac commit 45459e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web/testproject/test_kalamna.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def setUpModule(module):

def tearDownModule(module):
module._appServer.tearDown()
module._mongo.tearDown()
module._celeryd.tearDown()
module._rabbit.tearDown()
module._mongo.tearDown()
class WebOperations(unittest.TestCase):

def setUp(self):
Expand Down

0 comments on commit 45459e1

Please sign in to comment.