mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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) {
|
||||
var (
|
||||
namespaces = []string{"eth", "shh", "bzz"}
|
||||
namespaces = []string{"eth", "bzz"}
|
||||
service = ¬ificationTestService{}
|
||||
subCount = len(namespaces)
|
||||
notificationCount = 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue