CheqBooq/storage/account_test.go

12 lines
157 B
Go
Executable File

package storage
import "testing"
func TestAccounts(t *testing.T) {
t.Fatal("not impl")
}
func TestPrimaryAccounts(t *testing.T) {
t.Fatal("not impl")
}