mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
PEP8: fix E127: continuation line over-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -107,7 +107,7 @@ class UpgradeProvisionWithLdbTestCase(TestCaseInTempDir):
|
||||
hash)
|
||||
self.assertEqual(self.ldbs.sam.get_attribute_replmetadata_version(dn,
|
||||
"unicodePwd"),
|
||||
140)
|
||||
140)
|
||||
# This function should not decrement the version
|
||||
hash[dn.lower()] = 130
|
||||
|
||||
@ -116,7 +116,7 @@ class UpgradeProvisionWithLdbTestCase(TestCaseInTempDir):
|
||||
hash)
|
||||
self.assertEqual(self.ldbs.sam.get_attribute_replmetadata_version(dn,
|
||||
"unicodePwd"),
|
||||
140)
|
||||
140)
|
||||
|
||||
def test_identic_rename(self):
|
||||
rootdn = "DC=samba,DC=example,DC=com"
|
||||
|
Reference in New Issue
Block a user