diff --git a/tests/test_cookiecutter_generation.py b/tests/test_cookiecutter_generation.py index f62d4bc9..295e9c5f 100755 --- a/tests/test_cookiecutter_generation.py +++ b/tests/test_cookiecutter_generation.py @@ -298,4 +298,4 @@ def test_pycharm_docs_removed(cookies, context, use_pycharm, pycharm_docs_exist) with open(f"{result.project}/docs/index.rst", "r") as f: has_pycharm_docs = "pycharm/configuration" in f.read() - assert has_pycharm_docs == pycharm_docs_exist + assert has_pycharm_docs is pycharm_docs_exist