Fix the move from a package name of CARA to cara.

This commit is contained in:
Phil Elson 2020-10-20 09:55:39 +02:00
parent ca5633a988
commit 8eb256795c
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ include:
file: acc_py_devtools/templates/gitlab-ci/python.yml
variables:
project_name: CARA
project_name: cara
# A full installation of CARA, tested with pytest.

View file

@ -3,8 +3,8 @@ High-level tests for the package.
"""
import CARA
import cara
def test_version():
assert CARA.__version__ is not None
assert cara.__version__ is not None