mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-11 23:44:27 +00:00
parent
cfd7e241c6
commit
175ef934ed
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ func TestNewID(t *testing.T) {
|
||||||
|
|
||||||
func TestSubscriptions(t *testing.T) {
|
func TestSubscriptions(t *testing.T) {
|
||||||
var (
|
var (
|
||||||
namespaces = []string{"eth", "shh", "bzz"}
|
namespaces = []string{"eth", "bzz"}
|
||||||
service = ¬ificationTestService{}
|
service = ¬ificationTestService{}
|
||||||
subCount = len(namespaces)
|
subCount = len(namespaces)
|
||||||
notificationCount = 3
|
notificationCount = 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue