Commit d7ee725
authored
testing(bigquery/storage/managedwriter): fix go-cmp diff usage (googleapis#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.1 parent e33ceb4 commit d7ee725
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments