You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds missing async client tests for tilde and relative paths
Ensures test parity between sync and async clients by adding:
- test_custom_state_directory_with_tilde for AsyncReplicatedClient
- test_custom_state_directory_relative_path for AsyncReplicatedClient
Both clients now have identical test coverage (4 custom state directory
tests each), verifying path normalization works consistently across
sync and async implementations.
0 commit comments