mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-09 21:56:47 +01:00
lntest: fix error msg in ReceiveChannelEvent
This commit is contained in:
@@ -2242,7 +2242,7 @@ func (h *HarnessTest) ReceiveChannelEvent(
|
||||
|
||||
select {
|
||||
case <-time.After(DefaultTimeout):
|
||||
require.Fail(h, "timeout", "timeout intercepting htlc")
|
||||
require.Fail(h, "timeout", "timeout receiving channel events")
|
||||
|
||||
case err := <-errChan:
|
||||
require.Failf(h, "err from stream",
|
||||
|
||||
Reference in New Issue
Block a user