Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing(bigquery/storage/managedwriter): fix go-cmp diff usage (#11459)
This switches usage of sync.Mutex in options testing from allowing unexported to ignoring outright. There's chances to sync in the latest versions of go head that aren't compatible with AllowUnexported, and the comparison isn't relevant to the code under test.
- Loading branch information