Skip to content

Commit

Permalink
properly stopping esl on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
italorossi committed Jun 14, 2016
1 parent 493dbfd commit b80a295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setUp(self):

def tearDown(self):
super(TestInboundESLBase, self).tearDown()
self.esl.sock.close()
self.esl.stop()
self.switch_esl.stop()

def send_fake_event_plain(self, data):
Expand Down

0 comments on commit b80a295

Please sign in to comment.