Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Aug 23, 2023
1 parent 14fc5fa commit 0743c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micromamba/tests/test_virtual_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def test_virtual_linux(self):
infos = info()
if platform.system() == "Linux":
assert "__linux=" in infos
assert "__linux=0=0" not in infos
assert "__linux=0=0" not in infos
else:
assert "__linux=0=0" in infos

0 comments on commit 0743c8f

Please sign in to comment.