Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Sep 19, 2023
1 parent 1ae1a46 commit 2599964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ def test_last_version_and_best_tag_from_pypi(

def test_search_pyodide_lock_first():
from micropip.transaction import Transaction
from micropip import package_index

t = Transaction(
ctx={},
Expand All @@ -305,7 +306,7 @@ def test_search_pyodide_lock_first():
pre=True,
fetch_kwargs={},
verbose=False,
index_urls=None,
index_urls=package_index.DEFAULT_INDEX_URLS,
)
assert t.search_pyodide_lock_first is True

Expand Down

0 comments on commit 2599964

Please sign in to comment.