Skip to content

Commit e27045b

Browse files
committed
Fix linter
1 parent 4255bfe commit e27045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micromamba/tests/test_create.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1675,6 +1675,7 @@ def test_glob_in_build_string(monkeypatch, tmp_path):
16751675
for package in out["actions"]["FETCH"]
16761676
)
16771677

1678+
16781679
def test_non_url_encoding(tmp_path):
16791680
# Non-regression test for https://github.com/mamba-org/mamba/issues/3737
16801681
env_prefix = tmp_path / "env-non_url_encoding"
@@ -1692,4 +1693,3 @@ def test_non_url_encoding(tmp_path):
16921693
non_encoded_url_start = "https://conda.anaconda.org/conda-forge/linux-64/x264-1!"
16931694
out = helpers.run_env("export", "-p", env_prefix, "--explicit")
16941695
assert non_encoded_url_start in out
1695-

0 commit comments

Comments
 (0)