jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1286996?usp=email )
Change subject: tests: remove redundant test in time_tests ...................................................................... tests: remove redundant test in time_tests Change-Id: Iac11354c94cdcbc63d3d8302f8e4081ef9463f92 Signed-off-by: Xqt <[email protected]> --- M tests/time_tests.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/time_tests.py b/tests/time_tests.py index 53e7bbd..f80f429 100755 --- a/tests/time_tests.py +++ b/tests/time_tests.py @@ -172,7 +172,6 @@ t2 = Timestamp.fromISOformat(ts1, sep=sep) ts2 = t2.isoformat(sep=sep) self.assertEqual(t1, t2) - self.assertEqual(t1, t2) self.assertEqual(ts1, ts2) date, sep, time = ts1.partition(sep) time = time.rstrip('Z') -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1286996?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: Iac11354c94cdcbc63d3d8302f8e4081ef9463f92 Gerrit-Change-Number: 1286996 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]
