Skip to content

Commit

Permalink
Fixing paste and not edit error
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Giugliano committed Dec 26, 2024
1 parent 5e39683 commit b0359c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skbase/utils/dependencies/tests/test_check_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_check_soft_deps():
)


@patch("sktime.utils.dependencies._dependencies.sys")
@patch("skbase.utils.dependencies._dependencies.sys")
@pytest.mark.parametrize(
"mock_release_version, prereleases, expect_exception",
[
Expand Down

0 comments on commit b0359c2

Please sign in to comment.