Commit f5cc64fc authored by Michal Čihař's avatar Michal Čihař

Fix method name

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d394e294
......@@ -194,7 +194,7 @@ class VCSGitTest(RepoTestCase):
self.assertFalse(self.repo.needs_merge(self._branch))
self.assertFalse(self.repo.needs_push(self._branch))
def test_needs_commit(self):
def test_needs_push(self):
self.test_commit()
self.assertTrue(self.repo.needs_push(self._branch))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment