From 1e140a6615d8de6a1c0ba9089fc92c2cb5b9884c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 15 Jan 2018 12:52:59 -0500 Subject: [PATCH] s/incorect/incorrect/ --- tests/test_scm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_scm.py b/tests/test_scm.py index 042ab931..5f89a0b4 100644 --- a/tests/test_scm.py +++ b/tests/test_scm.py @@ -120,7 +120,7 @@ class TestSCMModule(unittest.TestCase): scm.get_module_yaml() @raises(UnprocessableEntity) - def test_get_latest_incorect_component_branch(self): + def test_get_latest_incorrect_component_branch(self): scm = module_build_service.scm.SCM(repo_path) scm.get_latest('foobar') @@ -138,7 +138,7 @@ class TestSCMModule(unittest.TestCase): assert commit == ref @raises(UnprocessableEntity) - def test_get_latest_incorect_component_ref(self): + def test_get_latest_incorrect_component_ref(self): scm = module_build_service.scm.SCM(repo_path) scm.get_latest('15481faa232d66589e660cc301179867fb00842c9')