diff options
Diffstat (limited to 'git/test')
-rw-r--r-- | git/test/test_remote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_remote.py b/git/test/test_remote.py index 95898f12..f6ef3dbd 100644 --- a/git/test/test_remote.py +++ b/git/test/test_remote.py @@ -325,7 +325,7 @@ class TestRemote(TestBase): self._commit_random_file(rw_repo) progress = TestRemoteProgress() res = remote.push(lhead.reference, progress) - self.assertIsInstance(res, IterableList) + self.assertIsInstance(res, list) self._do_test_push_result(res, remote) progress.make_assertion() |