diff options
author | obscuren <geffobscura@gmail.com> | 2015-06-20 20:37:00 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-06-20 20:37:00 +0800 |
commit | 42a14b8a09d812dbd7d1b05f145e6881376f320b (patch) | |
tree | c3e2ca55a7b67bce4558cdae3ac395568538d76a /ui/qt/qwhisper/whisper_test.go | |
parent | e4f9ec886b498c5744633a4db1c735eec11dc71b (diff) | |
download | dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.gz dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.bz2 dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.lz dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.xz dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.tar.zst dexon-42a14b8a09d812dbd7d1b05f145e6881376f320b.zip |
mist: R.I.P.
/"""""/""""""".
/ / \ __
/ / \ ||
/____ / \ ||
| | In Loving | ||
| | Memory | ||
| | | ||
| | 2014-2015 | ||
| | * * * * | _||_
| | *\/* *\/* | | TT |
| | *_\_ / ...""""""| || |.""...."""""""".""
| | \/.."""""..."""\ || /.""".......""""...
| |...."""""""........""""""^^^^"......."""""""".."
|......"""""""""""""""........"""""...."""""..""-Jeff W.
Diffstat (limited to 'ui/qt/qwhisper/whisper_test.go')
-rw-r--r-- | ui/qt/qwhisper/whisper_test.go | 15 |
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") - } -} |