Skip to content

Commit 20c0cca

Browse files
fix: synctest is no longer experimental
1 parent 792262a commit 20c0cca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

internal/pkg/service/appsproxy/syncmap/syncmap_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build goexperiment.synctest
2-
31
package syncmap_test
42

53
import (
@@ -36,7 +34,7 @@ func TestSyncMap_GetOrInit_Race(t *testing.T) {
3634

3735
accessCounter := atomic.NewInt64(0)
3836

39-
synctest.Run(func() {
37+
synctest.Test(t, func(t *testing.T) {
4038
// Launch 10 concurrent goroutines within the bubble
4139
for range 10 {
4240
go func() {

0 commit comments

Comments
 (0)