aboutsummaryrefslogtreecommitdiffstats
path: root/trie/trie_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-11-19 02:52:45 +0800
committerobscuren <geffobscura@gmail.com>2014-11-19 02:52:45 +0800
commit93e693be72e1a7734e826016316434c1e2320de9 (patch)
tree2acf4eed441ca7aff4d40e13a0c81e26070756c0 /trie/trie_test.go
parent675ba4d7eb7ab96fa74b803085f042a25f8d8d42 (diff)
downloadgo-tangerine-93e693be72e1a7734e826016316434c1e2320de9.tar
go-tangerine-93e693be72e1a7734e826016316434c1e2320de9.tar.gz
go-tangerine-93e693be72e1a7734e826016316434c1e2320de9.tar.bz2
go-tangerine-93e693be72e1a7734e826016316434c1e2320de9.tar.lz
go-tangerine-93e693be72e1a7734e826016316434c1e2320de9.tar.xz
go-tangerine-93e693be72e1a7734e826016316434c1e2320de9.tar.zst
go-tangerine-93e693be72e1a7734e826016316434c1e2320de9.zip
Fixed tests for 'types'
Diffstat (limited to 'trie/trie_test.go')
-rw-r--r--trie/trie_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/trie/trie_test.go b/trie/trie_test.go
index 25eb1742f..207d41f30 100644
--- a/trie/trie_test.go
+++ b/trie/trie_test.go
@@ -1,12 +1,14 @@
package trie
import (
+ "bytes"
"encoding/hex"
"encoding/json"
"fmt"
"io/ioutil"
"math/rand"
"net/http"
+ "testing"
"time"
checker "gopkg.in/check.v1"