prysm-pulse/sharding/collator_test.go
Raul Jordan 538a4ef41f add all TODOs and get things running
Former-commit-id: 574697493b0cdcf905066744b9705d3436dbc73c [formerly a81127a11ce815ca4255674544a410c750039f14]
Former-commit-id: fbd9a1214716a13a98ceef420760e73bc65439db
2018-02-05 18:50:32 -06:00

12 lines
121 B
Go

package sharding
import (
"testing"
)
func TestDeposit(t *testing.T) {
if 0 != 0 {
t.Errorf("test incorrect")
}
}