aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/qwhisper/whisper_test.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-06-21 22:58:08 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-06-21 22:58:08 +0800
commit3deded28a50398b8ce108c72f27ea861c1bce178 (patch)
tree6f85a8386a7b65f865f473767a3a5d76ea28a165 /ui/qt/qwhisper/whisper_test.go
parent9c69c051ba010e2323d665d2ef273773f9dd7aa3 (diff)
parent46bd6c43db04680be3b040a5338ff3e5615d3e0f (diff)
downloaddexon-3deded28a50398b8ce108c72f27ea861c1bce178.tar.gz
dexon-3deded28a50398b8ce108c72f27ea861c1bce178.tar.zst
dexon-3deded28a50398b8ce108c72f27ea861c1bce178.zip
Merge pull request #1302 from obscuren/mist-removal
mist: R.I.P.
Diffstat (limited to 'ui/qt/qwhisper/whisper_test.go')
-rw-r--r--ui/qt/qwhisper/whisper_test.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/ui/qt/qwhisper/whisper_test.go b/ui/qt/qwhisper/whisper_test.go
deleted file mode 100644
index efa4e6238..000000000
--- a/ui/qt/qwhisper/whisper_test.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package qwhisper
-
-import (
- "testing"
-
- "github.com/ethereum/go-ethereum/whisper"
-)
-
-func TestHasIdentity(t *testing.T) {
- qw := New(whisper.New())
- id := qw.NewIdentity()
- if !qw.HasIdentity(id) {
- t.Error("expected to have identity")
- }
-}