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
The nullable-usage unit tests closed the provider after the assertions,
so a failing assert would skip aclose() and leak the httpx client.
Wrap embed() in try/finally to match the sibling tests.
0 commit comments