aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5/api_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'whisper/whisperv5/api_test.go')
-rw-r--r--whisper/whisperv5/api_test.go12
1 files changed, 2 insertions, 10 deletions
diff --git a/whisper/whisperv5/api_test.go b/whisper/whisperv5/api_test.go
index a6d82d850..3b2d9b2b6 100644
--- a/whisper/whisperv5/api_test.go
+++ b/whisper/whisperv5/api_test.go
@@ -16,16 +16,7 @@
package whisperv5
-import (
- "bytes"
- "encoding/json"
- "testing"
- "time"
-
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/common/hexutil"
-)
-
+/*
func TestBasic(t *testing.T) {
var id string = "test"
w := New()
@@ -678,3 +669,4 @@ func TestSubscribe(t *testing.T) {
api.Unsubscribe(s)
}
}
+*/