Skip to content

Commit

Permalink
Remove assert False
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Sep 17, 2024
1 parent 10da3c4 commit 641977e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micromamba/tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,6 @@ def create_repo(path: Path) -> str:
print("Printing pre commit log:")
print(pre_commit_log.read_text())
print("END")
assert False
assert "conda-default" in output
assert "<module 'psutil'" in output
except Exception:
Expand Down

0 comments on commit 641977e

Please sign in to comment.