jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1180819?usp=email )
Change subject: Coverage: Update coverage for aspects ...................................................................... Coverage: Update coverage for aspects Change-Id: Idc4ce76318427d15a9cdb3699a416f4761833372 Signed-off-by: Xqt <[email protected]> --- M tests/aspects.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/aspects.py b/tests/aspects.py index 0a29a4a..b691abc 100644 --- a/tests/aspects.py +++ b/tests/aspects.py @@ -1693,7 +1693,7 @@ and 'pywikibot' not in item.filename): continue # pragma: no cover - if item.filename != filename: + if item.filename != filename: # pragma: no cover self.fail(f'expected warning filename {filename}; warning ' f'item: {item}') -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1180819?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: Idc4ce76318427d15a9cdb3699a416f4761833372 Gerrit-Change-Number: 1180819 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
