langchain
b825f85b
- fix(standard-tests): fix `BaseStoreAsyncTests.test_set_values_is_idempotent` (#32638)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
172 days ago
fix(standard-tests): fix `BaseStoreAsyncTests.test_set_values_is_idempotent` (#32638) The async version of the test should use the `ayield_keys` method instead of `yield_keys`. Otherwise tools such as `blockbuster` may trigger on a blocking call.
References
#32638 - fix(standard-tests): fix `BaseStoreAsyncTests.test_set_values_is_idempotent`
Author
cbornet
Parents
b5c44406
Loading