mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +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
@@ -48,7 +48,7 @@ class SubstituteVarTestCase(TestCase):
|
||||
def test_check_all_substituted(self):
|
||||
samba.check_all_substituted("nothing to see here")
|
||||
self.assertRaises(Exception, samba.check_all_substituted,
|
||||
"Not subsituted: ${FOOBAR}")
|
||||
"Not substituted: ${FOOBAR}")
|
||||
|
||||
|
||||
class ArcfourTestCase(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user