Rename test

This commit is contained in:
Carson Woods
2019-07-25 09:44:44 -06:00
parent 0c233bdd0f
commit 5abb20dcab

View File

@@ -39,7 +39,7 @@ def test_store(tmpdir):
spack.store.store = real_store
@pytest.fixture()
def test_global_db_generation():
def test_global_db_initializtion():
global_db_path = '$spack/opt/spack'
global_db_path = spack.util.path.canonicalize_path(global_db_path)
shutil.rmtree(os.path.join(global_db_path, '.spack-db'))