mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 02:58:03 +02:00
sweep: fix make lint
This commit is contained in:
parent
34e0c7b5e0
commit
551102a0f3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user