mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 00:44:27 +00:00
538a4ef41f
Former-commit-id: 574697493b0cdcf905066744b9705d3436dbc73c [formerly a81127a11ce815ca4255674544a410c750039f14] Former-commit-id: fbd9a1214716a13a98ceef420760e73bc65439db
12 lines
121 B
Go
12 lines
121 B
Go
package sharding
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestDeposit(t *testing.T) {
|
|
if 0 != 0 {
|
|
t.Errorf("test incorrect")
|
|
}
|
|
}
|