Skip to content

Commit 359a7e0

Browse files
uri-canvaByron
authored andcommitted
Remove assert that can fail erroneously.
1 parent 4bf53a3 commit 359a7e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: git/test/test_remote.py

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def _parse_progress_line(self, line):
5353
# Keep it for debugging
5454
self._seen_lines.append(line)
5555
rval = super(TestRemoteProgress, self)._parse_progress_line(line)
56-
assert len(line) > 1, "line %r too short" % line
5756
return rval
5857

5958
def line_dropped(self, line):

0 commit comments

Comments
 (0)