# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:00:31 # Node ID 7d3ccab5aa0797bbd8442fa3bfb809a883c74d8d # Parent c47e7838fe9d818333766821a16d591f847feb50 spelling: incoming diff --git a/kallithea/tests/functional/test_compare.py b/kallithea/tests/functional/test_compare.py --- a/kallithea/tests/functional/test_compare.py +++ b/kallithea/tests/functional/test_compare.py @@ -126,7 +126,7 @@ class TestCompareController(TestControll #swap response.mustcontain(""" Swap""" % (repo2.repo_name, rev1, rev2, repo1.repo_name)) - def test_compare_forks_on_branch_extra_commits_origin_has_incomming_hg(self): + def test_compare_forks_on_branch_extra_commits_origin_has_incoming_hg(self): self.log_user() repo1 = fixture.create_repo(u'one', repo_type='hg', @@ -185,7 +185,7 @@ class TestCompareController(TestControll #swap response.mustcontain(""" Swap""" % (repo2.repo_name, rev1, rev2, repo1.repo_name)) - def test_compare_forks_on_branch_extra_commits_origin_has_incomming_git(self): + def test_compare_forks_on_branch_extra_commits_origin_has_incoming_git(self): self.log_user() repo1 = fixture.create_repo(u'one-git', repo_type='git',