mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
tests: fix typo in triton failure message
This commit is contained in:
parent
8523bb6b48
commit
838388d3c6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def test_split_embedding_by_shape_passes():
|
|||
)
|
||||
assert split_output_data == [[1, 2, 3], [4, 5, 6]]
|
||||
except Exception as e:
|
||||
pytest.fail(f"An exception occured: {e}")
|
||||
pytest.fail(f"An exception occurred: {e}")
|
||||
|
||||
|
||||
def test_split_embedding_by_shape_fails_with_shape_value_error():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue