Update tests/tantivy_test.py

Co-authored-by: Harrison Burt <57491488+ChillFish8@users.noreply.github.com>
master
Caleb Hattingh 2023-03-26 23:27:14 +10:00 committed by GitHub
parent 8356af5410
commit efe43d38ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ class TestJsonField:
BytesIO(b"abc").getbuffer(), BytesIO(b"abc").getbuffer(),
]) ])
def test_bytes(bytes_kwarg, bytes_payload): def test_bytes(bytes_kwarg, bytes_payload):
schema = SchemaBuilder().add_bytes_field("embedding",).build() schema = SchemaBuilder().add_bytes_field("embedding").build()
index = Index(schema) index = Index(schema)
writer = index.writer() writer = index.writer()