Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Oct 28, 2014
1 parent aef14a5 commit 53320d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions w3af/core/data/url/handlers/tests/test_keepalive.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ def test_single_conn_mgr(self):
conn_mgr_https = id(HTTPSHandler(':')._cm)

self.assertNotEqual(conn_mgr_http,conn_mgr_https)



def test_close_all_established_sockets(self):
self.close_all_sockets(0)

Expand Down Expand Up @@ -182,7 +181,7 @@ def close_all_sockets(self, wait):
self.assertLess(len(connections_after), len(connections_before))


class test_connection_mgr(unittest.TestCase):
class TestConnectionMgr(unittest.TestCase):

def setUp(self):
self.cm = ConnectionManager()
Expand Down

0 comments on commit 53320d0

Please sign in to comment.