mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-04 13:35:25 +01:00
fix: outgoing exceeding tests
This commit is contained in:
@@ -233,7 +233,7 @@ func (suite *PaymentTestSuite) TestOutgoingExceededChecks() {
|
||||
//try to make external payment
|
||||
//which should fail
|
||||
//create external invoice
|
||||
externalSatRequested := 500
|
||||
externalSatRequested := 400
|
||||
externalInvoice := lnrpc.Invoice{
|
||||
Memo: "integration tests: external pay from user",
|
||||
Value: int64(externalSatRequested),
|
||||
|
||||
@@ -277,6 +277,5 @@ func (svc *LndhubService) GetVolumeOverPeriod(ctx context.Context, userId int64,
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
fmt.Println(result, "volume ")
|
||||
return result, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user