Skip to content

Commit

Permalink
test: Fixed var ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Jul 24, 2024
1 parent 415b854 commit 0149135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/test/test_multithreaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def perform_operation(
if exception is not None:
raise exception
if (
isinstance(api, SegmentAPI) and api.get_settings().is_persistent is True
isinstance(client, SegmentAPI) and client.get_settings().is_persistent is True
): # we can't check invariants for FastAPI
invariants.fd_not_exceeding_threadpool_size(num_workers)
# Check that invariants hold
Expand Down

0 comments on commit 0149135

Please sign in to comment.