aboutsummaryrefslogtreecommitdiffstats
path: root/whisper
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-21 01:42:29 +0800
committerobscuren <geffobscura@gmail.com>2015-01-21 01:42:29 +0800
commit87f50659db7a4bf194769b05f541d2ccf02f4fc8 (patch)
tree066052bdebf5a74b3a5b1b03efd227143b27bf63 /whisper
parent9845029a7535672746139084138f3e894e604e44 (diff)
downloadgo-tangerine-87f50659db7a4bf194769b05f541d2ccf02f4fc8.tar
go-tangerine-87f50659db7a4bf194769b05f541d2ccf02f4fc8.tar.gz
go-tangerine-87f50659db7a4bf194769b05f541d2ccf02f4fc8.tar.bz2
go-tangerine-87f50659db7a4bf194769b05f541d2ccf02f4fc8.tar.lz
go-tangerine-87f50659db7a4bf194769b05f541d2ccf02f4fc8.tar.xz
go-tangerine-87f50659db7a4bf194769b05f541d2ccf02f4fc8.tar.zst
go-tangerine-87f50659db7a4bf194769b05f541d2ccf02f4fc8.zip
fixed url bug in browser
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()