Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshmi-bashyam committed Sep 25, 2024
1 parent 5e41dce commit 4c33a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_get_backend_yake_not_installed():

@pytest.mark.skipif(
importlib.util.find_spec("pecos") is not None,
reason="test requires that YAKE is NOT installed",
reason="test requires that PECOS is NOT installed",
)
def test_get_backend_xtransformer_not_installed():
with pytest.raises(ValueError) as excinfo:
Expand Down

0 comments on commit 4c33a31

Please sign in to comment.