aboutsummaryrefslogtreecommitdiffstats
path: root/whisper
diff options
context:
space:
mode:
Diffstat (limited to 'whisper')
-rw-r--r--whisper/whisper_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/whisper/whisper_test.go b/whisper/whisper_test.go
index 107cb8c97..c5ad73021 100644
--- a/whisper/whisper_test.go
+++ b/whisper/whisper_test.go
@@ -6,15 +6,6 @@ import (
"time"
)
-func TestKeyManagement(t *testing.T) {
- whisper := New()
-
- key := whisper.NewIdentity()
- if !whisper.HasIdentity(key) {
- t.Error("expected whisper to have identify")
- }
-}
-
func TestEvent(t *testing.T) {
res := make(chan *Message, 1)
whisper := New()