Commit 766d182
fix: migrate synctest.Run to synctest.Test (Go 1.25 GA API)
In Go 1.25, synctest.Run was renamed to synctest.Test(t, func(t *testing.T)).
The old Run function only exists behind GOEXPERIMENT=synctest as a migration
bridge and will be removed in Go 1.26.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c69f5eb commit 766d182
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments