Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information