diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-21 01:42:29 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-21 01:42:29 +0800 |
commit | 87f50659db7a4bf194769b05f541d2ccf02f4fc8 (patch) | |
tree | 066052bdebf5a74b3a5b1b03efd227143b27bf63 /whisper | |
parent | 9845029a7535672746139084138f3e894e604e44 (diff) | |
download | dexon-87f50659db7a4bf194769b05f541d2ccf02f4fc8.tar.gz dexon-87f50659db7a4bf194769b05f541d2ccf02f4fc8.tar.zst dexon-87f50659db7a4bf194769b05f541d2ccf02f4fc8.zip |
fixed url bug in browser
Diffstat (limited to 'whisper')
-rw-r--r-- | whisper/whisper_test.go | 9 |
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() |