aboutsummaryrefslogtreecommitdiffstats
path: root/event/subscription_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'event/subscription_test.go')
-rw-r--r--event/subscription_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/event/subscription_test.go b/event/subscription_test.go
index a4fe30298..aa6d98984 100644
--- a/event/subscription_test.go
+++ b/event/subscription_test.go
@@ -17,11 +17,10 @@
package event
import (
+ "context"
"errors"
"testing"
"time"
-
- "golang.org/x/net/context"
)
var errInts = errors.New("error in subscribeInts")