Update tests/tantivy_test.py
Co-authored-by: Harrison Burt <57491488+ChillFish8@users.noreply.github.com>master
parent
8356af5410
commit
efe43d38ab
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue