Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/785388 )

Change subject: [bugfix]: fix typo in TestSiteSysopWrite
......................................................................

[bugfix]: fix typo in TestSiteSysopWrite

Change-Id: I1069a9d197aa3bd1a9bea270108f561f9601aae3
---
M tests/site_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/tests/site_tests.py b/tests/site_tests.py
index 085b4eb..7e62eab 100755
--- a/tests/site_tests.py
+++ b/tests/site_tests.py
@@ -2309,7 +2309,7 @@

         self.assertIsNotNone(fileid)

-        site.undelet(fp, 'pywikibot unit tests', fileids=[fileid])
+        site.undelete(fp, 'pywikibot unit tests', fileids=[fileid])


 class TestUsernameInUsers(DefaultSiteTestCase):

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/785388
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I1069a9d197aa3bd1a9bea270108f561f9601aae3
Gerrit-Change-Number: 785388
Gerrit-PatchSet: 1
Gerrit-Owner: Mpaa <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to