diff options
-rw-r--r-- | git/test/test_remote.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_remote.py b/git/test/test_remote.py index 99949b9e..e87b60df 100644 --- a/git/test/test_remote.py +++ b/git/test/test_remote.py @@ -53,7 +53,6 @@ class TestRemoteProgress(RemoteProgress): # Keep it for debugging self._seen_lines.append(line) rval = super(TestRemoteProgress, self)._parse_progress_line(line) - assert len(line) > 1, "line %r too short" % line return rval def line_dropped(self, line): |