diff --git a/rpc/subscription_test.go b/rpc/subscription_test.go index 63f0e0279b..f63abf6cb7 100644 --- a/rpc/subscription_test.go +++ b/rpc/subscription_test.go @@ -50,7 +50,7 @@ func TestNewID(t *testing.T) { func TestSubscriptions(t *testing.T) { var ( - namespaces = []string{"eth", "shh", "bzz"} + namespaces = []string{"eth", "bzz"} service = ¬ificationTestService{} subCount = len(namespaces) notificationCount = 3