fix: supply sufficient funds to actor in paych test

This commit is contained in:
Dirk McCormick 2020-07-22 15:30:43 -04:00
parent dc35f2f40c
commit 53bb57882d

View File

@ -58,7 +58,7 @@ func TestPaymentChannels(t *testing.T, b APIBuilder, blocktime time.Duration) {
t.Fatal(err)
}
sendFunds(ctx, t, paymentCreator, receiverAddr, abi.NewTokenAmount(1000))
sendFunds(ctx, t, paymentCreator, receiverAddr, abi.NewTokenAmount(1e10))
// setup the payment channel
createrAddr, err := paymentCreator.WalletDefaultAddress(ctx)