mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-15 07:18:19 +00:00
10 lines
122 B
Go
10 lines
122 B
Go
|
package shards
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestShards(t *testing.T) {
|
||
|
NewShard(nil, 0, nil, nil, nil, nil, nil, 2, 0)
|
||
|
}
|