sweep: fix make lint

This commit is contained in:
yyforyongyu 2023-07-12 22:12:51 +08:00
parent 34e0c7b5e0
commit 551102a0f3
No known key found for this signature in database
GPG key ID: 9BCD95C4FF296868

View file

@ -2340,6 +2340,7 @@ func TestFeeRateForPreference(t *testing.T) {
}, },
} }
//nolint:paralleltest
for _, tc := range testCases { for _, tc := range testCases {
tc := tc tc := tc
@ -2504,6 +2505,7 @@ func TestClusterByLockTime(t *testing.T) {
}, },
} }
//nolint:paralleltest
for _, tc := range testCases { for _, tc := range testCases {
tc := tc tc := tc