summaryrefslogtreecommitdiff
path: root/git/test
diff options
context:
space:
mode:
Diffstat (limited to 'git/test')
-rw-r--r--git/test/test_remote.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/test/test_remote.py b/git/test/test_remote.py
index 75dc19c5..110f1fa5 100644
--- a/git/test/test_remote.py
+++ b/git/test/test_remote.py
@@ -348,6 +348,7 @@ class TestRemote(TestBase):
new_head = Head.create(rw_repo, "my_new_branch")
progress = TestRemoteProgress()
res = remote.push(new_head, progress)
+ assert len(res) > 0
assert res[0].flags & PushInfo.NEW_HEAD
progress.make_assertion()
self._do_test_push_result(res, remote)