Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assertTrue(result, _ldap.RES_BIND) to assertEqual()
Fix a pattern where assertTrue(result, _ldap.RES_BIND) was mistakenly used in place of self.assertEqual(result, _ldap.RES_BIND). Mistakes introduced in commit 162cedf.
- Loading branch information