mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 10:35:32 +02:00
sweep: fix make lint
This commit is contained in:
@ -2340,6 +2340,7 @@ func TestFeeRateForPreference(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
//nolint:paralleltest
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
|
||||
@ -2504,6 +2505,7 @@ func TestClusterByLockTime(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
//nolint:paralleltest
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
|
||||
|
Reference in New Issue
Block a user