diff --git a/tests/tantivy_test.py b/tests/tantivy_test.py index 6a5246d..e833fa1 100644 --- a/tests/tantivy_test.py +++ b/tests/tantivy_test.py @@ -543,7 +543,7 @@ class TestJsonField: BytesIO(b"abc").getbuffer(), ]) def test_bytes(bytes_kwarg, bytes_payload): - schema = SchemaBuilder().add_bytes_field("embedding",).build() + schema = SchemaBuilder().add_bytes_field("embedding").build() index = Index(schema) writer = index.writer()