Skip to content

Commit

Permalink
ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
fahreddinozcan committed Oct 7, 2024
1 parent e7e5d2d commit b0a859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_upsert.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def test_upsert_to_none_namespace(embedding_index: Index):
vectors=[
Data(id=v_id, data=v1_data),
],
namespace=None,
namespace=None, # type: ignore[arg-type]
)

# test if the data is indeed inserted to default namespace with namespace=None config
Expand Down

0 comments on commit b0a859d

Please sign in to comment.