Skip to content

Commit

Permalink
Update test_install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Feb 1, 2025
1 parent fd850ae commit aa291a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _mock_fetch_bytes(arg, *args, **kwargs):

@pytest.mark.skip_refcount_check
@run_in_pyodide(packages=["micropip"])
async def test_install_with_credentials(selenium_standlone_micropip):
async def test_install_with_credentials(selenium_standalone_micropip):
import json
from unittest.mock import MagicMock, patch

Expand Down

0 comments on commit aa291a3

Please sign in to comment.