From: Joseph Sutton Date: Mon, 28 Aug 2023 01:40:03 +0000 (+1200) Subject: python:tests: Rename test method so as not to mask previously-defined method X-Git-Tag: tevent-0.16.0~773 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3bc6faa7a5d9d937045de975c9917a5e4646983;p=thirdparty%2Fsamba.git python:tests: Rename test method so as not to mask previously-defined method Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/smbconf.py b/python/samba/tests/smbconf.py index 1f432a34608..923b33544bf 100644 --- a/python/samba/tests/smbconf.py +++ b/python/samba/tests/smbconf.py @@ -140,7 +140,7 @@ class SMBConfTests(samba.tests.TestCase): self.smbconf.SMBConfError, sconf.create_share, "alice" ) - def test_create_share(self): + def test_drop_share(self): sconf = self.s3smbconf.init_reg(None) sconf.drop() sconf.create_share("alice")