We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792262a commit 20c0ccaCopy full SHA for 20c0cca
1 file changed
internal/pkg/service/appsproxy/syncmap/syncmap_test.go
@@ -1,5 +1,3 @@
1
-//go:build goexperiment.synctest
2
-
3
package syncmap_test
4
5
import (
@@ -36,7 +34,7 @@ func TestSyncMap_GetOrInit_Race(t *testing.T) {
36
34
37
35
accessCounter := atomic.NewInt64(0)
38
39
- synctest.Run(func() {
+ synctest.Test(t, func(t *testing.T) {
40
// Launch 10 concurrent goroutines within the bubble
41
for range 10 {
42
go func() {
0 commit comments