mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
PEP8: fix E222: multiple spaces after operator
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -208,7 +208,7 @@ class UserTests(samba.tests.TestCase):
|
||||
|
||||
def test_pack_repl_sample(self):
|
||||
blob = self.get_file_blob('testdata/replication-ndrpack-example.gz')
|
||||
desc = ndr_unpack(drsuapi.DsGetNCChangesCtr6, blob)
|
||||
desc = ndr_unpack(drsuapi.DsGetNCChangesCtr6, blob)
|
||||
self._test_pack(desc, cycles=20)
|
||||
|
||||
if "://" not in host:
|
||||
|
Reference in New Issue
Block a user