CheqBooq/storage/balance_test.go

12 lines
165 B
Go
Executable File

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