From 42a14b8a09d812dbd7d1b05f145e6881376f320b Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 20 Jun 2015 14:37:00 +0200 Subject: mist: R.I.P. /"""""/""""""". / / \ __ / / \ || /____ / \ || | | In Loving | || | | Memory | || | | | || | | 2014-2015 | || | | * * * * | _||_ | | *\/* *\/* | | TT | | | *_\_ / ...""""""| || |.""....""""""""."" | | \/.."""""..."""\ || /.""".......""""... | |...."""""""........""""""^^^^"......."""""""".." |......"""""""""""""""........"""""...."""""..""-Jeff W. --- ui/qt/qwhisper/whisper_test.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ui/qt/qwhisper/whisper_test.go (limited to 'ui/qt/qwhisper/whisper_test.go') 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") - } -} -- cgit