mirror of
https://github.com/samba-team/samba.git
synced 2025-12-19 12:23:49 +03:00
python:samba:tests: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
ab3792931b
commit
d4798967c0
@@ -369,7 +369,7 @@ class SMBNotifyTests(TestCase):
|
||||
# trigger notification for both
|
||||
self.smb_conn.rmdir(private_path)
|
||||
|
||||
# check that both get thte notification
|
||||
# check that both get the notification
|
||||
changes = notify_unpriv.get_changes(wait=True)
|
||||
self.assertIsNotNone(changes)
|
||||
self.assertEqual(changes[0]['name'], private_rel)
|
||||
|
||||
Reference in New Issue
Block a user