diff --git a/.cruft.json b/.cruft.json index 5e8b222..3f4e1c6 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/reef-technologies/cookiecutter-rt-pkg", - "commit": "9098eed1a7c4e44e568f990cb111e9ccb6bf78ca", + "commit": "d0e68147cd24c0c69d7a8afaeb32c52258b1d487", "checkout": null, "context": { "cookiecutter": { diff --git a/tests/unit/internal/test_setup.py b/tests/unit/internal/test_setup.py index 0eaff0e..ac554c7 100644 --- a/tests/unit/internal/test_setup.py +++ b/tests/unit/internal/test_setup.py @@ -1,4 +1,6 @@ """ +Test setup tests. + This test file is here always to indicate that everything was installed and the CI was able to run tests. It should always pass as long as all dependencies are properly installed. """