Skip to content

Commit

Permalink
remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Feb 10, 2025
1 parent dc8014b commit 976a7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/units/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def test_validate_none_bun_path(mocker):
mocker: Pytest mocker object.
"""
mocker.patch("reflex.utils.path_ops.get_bun_path", return_value=None)
with pytest.raises(typer.Exit):
prerequisites.validate_bun()
# with pytest.raises(typer.Exit):
prerequisites.validate_bun()


def test_validate_invalid_bun_path(
Expand Down

0 comments on commit 976a7f1

Please sign in to comment.