Skip to content

Commit

Permalink
Test02_ReconnectLDAPObject.setUpClass() not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 27, 2017
1 parent b17af25 commit 900d328
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/t_ldapobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ class Test02_ReconnectLDAPObject(Test01_SimpleLDAPObject):

ldap_object_class = ReconnectLDAPObject

@classmethod
def setUpClass(cls):
Test01_SimpleLDAPObject.setUpClass()


if __name__ == '__main__':
unittest.main()

0 comments on commit 900d328

Please sign in to comment.