From d85574e0f37e82e266a7c56e4a3ded9e9c76d8a6 Mon Sep 17 00:00:00 2001 From: JJ Graham Date: Wed, 23 Oct 2019 20:28:08 -0500 Subject: Fix #820 --- git/test/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_remote.py') 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() -- cgit v1.2.3