Skip to content

Commit 9d300e2

Browse files
committed
test_fetch_info error, FETCH_HEAD uses tabs
1 parent a82b0df commit 9d300e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/db/cmd/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_fetch_info(self):
3737

3838
def test_fetch_info(self):
3939
# assure we can handle remote-tracking branches
40-
fetch_info_line_fmt = "c437ee5deb8d00cf02f03720693e4c802e99f390 not-for-merge %s '0.3' of git://github.com/gitpython-developers/GitPython"
40+
fetch_info_line_fmt = "c437ee5deb8d00cf02f03720693e4c802e99f390\tnot-for-merge\t%s '0.3' of git://github.com/gitpython-developers/GitPython"
4141
remote_info_line_fmt = "* [new branch] nomatter -> %s"
4242
fi = CmdFetchInfo._from_line(self.rorepo,
4343
remote_info_line_fmt % "local/master",

0 commit comments

Comments
 (0)