We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db3d7c commit 09592ffCopy full SHA for 09592ff
tests/integration/test_repos_branch.py
@@ -47,7 +47,7 @@ def test_sync_with_upstream(self):
47
48
msg = (
49
"Successfully fetched and fast-forwarded"
50
- "from upstream python:main."
+ " from upstream python:main."
51
)
52
assert result["message"] == msg
53
assert result["merge_type"] == "fast-forward"
0 commit comments