From 359a7e0652b6bf9be9200c651d134ec128d1ea97 Mon Sep 17 00:00:00 2001 From: Uri Baghin Date: Sat, 28 Sep 2019 20:39:30 +1000 Subject: Remove assert that can fail erroneously. --- git/test/test_remote.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/test') 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): -- cgit v1.2.3