Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Sep 21, 2023
1 parent 51ef4c1 commit a90ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load/weaviate/test_weaviate_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_case_insensitive_properties_create(ci_client: WeaviateClient) -> None:
ci_client.update_stored_schema()
_, table_columns = ci_client.get_storage_table("ColClass")
# later column overwrites earlier one so: double
assert table_columns == {'col1': {'name': 'col1', 'data_type': 'double'}}
assert table_columns == {'col1': {'name': 'col1', 'data_type': 'double', 'precision': None, 'scale': None}}


def test_case_sensitive_properties_add(client: WeaviateClient) -> None:
Expand Down

0 comments on commit a90ee05

Please sign in to comment.