Skip to content

Commit fe196e3

Browse files
Update test_elasticsearch/test_dsl/conftest.py
Co-authored-by: Quentin Pradet <[email protected]>
1 parent e42454d commit fe196e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_elasticsearch/test_dsl/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454

5555
def pytest_configure(config: "pytest.Config"):
56-
# mock setence-transformers
56+
# mock sentence-transformers
5757
class MockSentenceTransformer:
5858
def __init__(self, model: Any):
5959
pass

0 commit comments

Comments
 (0)