aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/qwhisper/whisper_test.go
diff options
context:
space:
mode:
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")
- }
-}