From 89880c644fb87a4980a2c7d59b342ca33587a54c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 23 Oct 2018 08:00:15 -0700 Subject: [PATCH] rename test to match sample config file name --- tests/test_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_project.py b/tests/test_project.py index f7d8d3d..8d4ece9 100644 --- a/tests/test_project.py +++ b/tests/test_project.py @@ -366,7 +366,7 @@ class ProjectTestCase(TestCase): entity=entity, ) - def test_git_submodule_without_option_submodule_disabled(self): + def test_git_submodule_without_option(self): tempdir = tempfile.mkdtemp() shutil.copytree('tests/samples/projects/git-with-submodule', os.path.join(tempdir, 'git')) shutil.move(os.path.join(tempdir, 'git', 'dot_git'), os.path.join(tempdir, 'git', '.git'))