Skip to content

Commit 09592ff

Browse files
committed
Fix silly test error.
1 parent 2db3d7c commit 09592ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_repos_branch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_sync_with_upstream(self):
4747

4848
msg = (
4949
"Successfully fetched and fast-forwarded"
50-
"from upstream python:main."
50+
" from upstream python:main."
5151
)
5252
assert result["message"] == msg
5353
assert result["merge_type"] == "fast-forward"

0 commit comments

Comments
 (0)