We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf53a3 commit 359a7e0Copy full SHA for 359a7e0
git/test/test_remote.py
@@ -53,7 +53,6 @@ def _parse_progress_line(self, line):
53
# Keep it for debugging
54
self._seen_lines.append(line)
55
rval = super(TestRemoteProgress, self)._parse_progress_line(line)
56
- assert len(line) > 1, "line %r too short" % line
57
return rval
58
59
def line_dropped(self, line):
0 commit comments