We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42454d commit fe196e3Copy full SHA for fe196e3
test_elasticsearch/test_dsl/conftest.py
@@ -53,7 +53,7 @@
53
54
55
def pytest_configure(config: "pytest.Config"):
56
- # mock setence-transformers
+ # mock sentence-transformers
57
class MockSentenceTransformer:
58
def __init__(self, model: Any):
59
pass
0 commit comments