Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1303464?usp=email )
Change subject: Fix spelling mistake in tools_tests ...................................................................... Fix spelling mistake in tools_tests Change-Id: Ibf4eb63eee8a6fd1b1a9682d6b0b460ae522c923 Signed-off-by: Xqt <[email protected]> --- M tests/tools_tests.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/tests/tools_tests.py b/tests/tools_tests.py index 4b39979..00a68ec 100755 --- a/tests/tools_tests.py +++ b/tests/tools_tests.py @@ -1115,7 +1115,7 @@ self.assertEqual(self.foo.quux(force=True), 'quux') self.assertEqual(self.foo.read, 2) - def test_cached_with_argse(self) -> None: + def test_cached_with_args(self) -> None: """Test method with args.""" self.assertEqual(self.foo.method_with_args(force=False), 'method_with_args') -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1303464?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ibf4eb63eee8a6fd1b1a9682d6b0b460ae522c923 Gerrit-Change-Number: 1303464 Gerrit-PatchSet: 3 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-CC: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
