mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
10 lines
115 B
Go
10 lines
115 B
Go
package trie
|
|
|
|
import (
|
|
"testing"
|
|
|
|
checker "gopkg.in/check.v1"
|
|
)
|
|
|
|
func Test(t *testing.T) { checker.TestingT(t) }
|