mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
sweep: fix make lint
This commit is contained in:
parent
34e0c7b5e0
commit
551102a0f3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue