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