Skip to content

Commit

Permalink
test: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Nov 19, 2023
1 parent da98570 commit 79f57c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_project.py
Expand Up @@ -167,7 +167,7 @@ def test_push(self):
project.repo.refresh()
self.assertEqual(project.repo.active_branch, self.default_branch_name)
self.assertTupleEqual(
project.repo.tracking_branches[self.default_branch_name],
project.repo.tracking_branches[self.default_branch_name][:2],
('target', self.default_branch_name))
project.push()
# project.push(all_branches=True)
Expand Down

0 comments on commit 79f57c2

Please sign in to comment.