summaryrefslogtreecommitdiffhomepage
path: root/pkg/eventchannel/event_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/eventchannel/event_test.go')
-rw-r--r--pkg/eventchannel/event_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/eventchannel/event_test.go b/pkg/eventchannel/event_test.go
index 3649097d6..7f41b4a27 100644
--- a/pkg/eventchannel/event_test.go
+++ b/pkg/eventchannel/event_test.go
@@ -16,11 +16,11 @@ package eventchannel
import (
"fmt"
- "sync"
"testing"
"time"
"github.com/golang/protobuf/proto"
+ "gvisor.dev/gvisor/pkg/sync"
)
// testEmitter is an emitter that can be used in tests. It records all events