diff --git a/lnwallet/chancloser/chancloser_test.go b/lnwallet/chancloser/chancloser_test.go index a51ebfa19..046ccb515 100644 --- a/lnwallet/chancloser/chancloser_test.go +++ b/lnwallet/chancloser/chancloser_test.go @@ -268,6 +268,8 @@ func TestMaxFeeBailOut(t *testing.T) { ) for _, isInitiator := range []bool{true, false} { + isInitiator := isInitiator + t.Run(fmt.Sprintf("initiator=%v", isInitiator), func(t *testing.T) { t.Parallel()