lntest: fix error msg in ReceiveChannelEvent

This commit is contained in:
yyforyongyu
2025-09-18 21:48:30 +08:00
parent 455e4564eb
commit 6c56f33a70

View File

@@ -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",