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
fix(spanner): ensure defers run at the right time in tests (#9759)
* fix(spanner): ensure defers run at the right time in tests
Defers are executed at the end of the func, not at the end of the loop.
This adds func closures to ensure that they execute within the single
test.
* chore(spanner): convert closures to subtests
---------
Co-authored-by: rahul2393 <[email protected]>
0 commit comments