mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-07 11:38:05 +02:00
lnwallet test: update test to new error message
This commit is contained in:
parent
6942e1479d
commit
781c2a6eb4
@ -581,7 +581,7 @@ func testReservationInitiatorBalanceBelowDustCancel(miner *rpctest.Harness,
|
||||
t.Fatalf("initialization should have failed due to " +
|
||||
"insufficient local amount")
|
||||
|
||||
case !strings.Contains(err.Error(), "local output is too small"):
|
||||
case !strings.Contains(err.Error(), "Funder balance too small"):
|
||||
t.Fatalf("incorrect error: %v", err)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user