rename test to match sample config file name

This commit is contained in:
Alan Hamlett 2018-10-23 08:00:15 -07:00
parent dc193e7b4a
commit 89880c644f
1 changed files with 1 additions and 1 deletions

View File

@ -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'))