mirror of
https://github.com/powerline/powerline.git
synced 2025-07-30 17:25:28 +02:00
Remove outdated comment
This commit is contained in:
parent
d7d8108230
commit
623395a013
@ -513,8 +513,6 @@ class TestVCS(TestCase):
|
||||
call(['git', 'branch', 'branch1'], cwd=GIT_REPO)
|
||||
call(['git', 'checkout', '-q', 'branch1'], cwd=GIT_REPO)
|
||||
self.do_branch_rename_test(repo, 'branch1')
|
||||
# For some reason the rest of this test fails on travis and only on
|
||||
# travis, and I can't figure out why
|
||||
call(['git', 'branch', 'branch2'], cwd=GIT_REPO)
|
||||
call(['git', 'checkout', '-q', 'branch2'], cwd=GIT_REPO)
|
||||
self.do_branch_rename_test(repo, 'branch2')
|
||||
|
Loading…
x
Reference in New Issue
Block a user