Merge ~cjwatson/launchpad:fix-pyupgrade-py38 into launchpad:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: d46d52c2ee6197588ea305d757c9970b8bd27c51
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad:fix-pyupgrade-py38
Merge into: launchpad:master
Diff against target: 12 lines (+1/-1)
1 file modified
lib/lp/codehosting/scripts/tests/test_sync_branches.py (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+456365@code.launchpad.net

Commit message

Fix sync-branches tests following pyupgrade

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

Trivial test fix.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/codehosting/scripts/tests/test_sync_branches.py b/lib/lp/codehosting/scripts/tests/test_sync_branches.py
2index 312b0cc..467ead8 100644
3--- a/lib/lp/codehosting/scripts/tests/test_sync_branches.py
4+++ b/lib/lp/codehosting/scripts/tests/test_sync_branches.py
5@@ -52,7 +52,7 @@ class BranchSyncProcessMatches(MatchesListwise):
6 ],
7 )
8 ),
9- Equals({"universal_newlines": True}),
10+ Equals({"text": True}),
11 ]
12 )
13

Subscribers

People subscribed via source and target branches

to status/vote changes: