Skip to content

Commit

Permalink
rm assert False
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed May 26, 2024
1 parent b860ccf commit 2601768
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
def test_{{cookiecutter.package_name}}_imported():
"""Sample test, will always pass so long as import statement worked"""
assert "{{cookiecutter.package_name}}" in sys.modules
assert False


def test_mdanalysis_logo_length(mdanalysis_logo_text):
Expand Down

0 comments on commit 2601768

Please sign in to comment.