Skip to content

Commit

Permalink
Revert "rm assert False"
Browse files Browse the repository at this point in the history
This reverts commit 2601768.
  • Loading branch information
lilyminium committed May 27, 2024
1 parent ceec4a3 commit 51bdcff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
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 51bdcff

Please sign in to comment.