From 1fe6a3cf9b5ddb34c408e938f171bb87b40a91b6 Mon Sep 17 00:00:00 2001 From: Oliver Powell Date: Tue, 23 Nov 2021 16:04:12 +0200 Subject: [PATCH] htlcswitch: fix hint in link tests [skip ci] Fixes #6020. --- htlcswitch/link_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htlcswitch/link_test.go b/htlcswitch/link_test.go index c880e6683..691f00e26 100644 --- a/htlcswitch/link_test.go +++ b/htlcswitch/link_test.go @@ -2170,7 +2170,7 @@ func updateState(batchTick chan time.Time, link *channelLink, // sleep in this test and the one below func TestChannelLinkBandwidthConsistency(t *testing.T) { if !build.IsDevBuild() { - t.Fatalf("htlcswitch tests must be run with '-tags debug") + t.Fatalf("htlcswitch tests must be run with '-tags dev") } t.Parallel() @@ -2904,7 +2904,7 @@ func TestChannelLinkTrimCircuitsPending(t *testing.T) { // circuits if the ADDs corresponding to open circuits are never committed. func TestChannelLinkTrimCircuitsNoCommit(t *testing.T) { if !build.IsDevBuild() { - t.Fatalf("htlcswitch tests must be run with '-tags debug") + t.Fatalf("htlcswitch tests must be run with '-tags dev") } t.Parallel()