mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 12:01:27 +02:00
multi: update linter, fix new issues
This commit is contained in:
@@ -2382,7 +2382,7 @@ func TestStressTestChannelGraphAPI(t *testing.T) {
|
||||
methodsMu.Unlock()
|
||||
|
||||
err := fn()
|
||||
require.NoErrorf(t, err, fmt.Sprintf(name))
|
||||
require.NoErrorf(t, err, name)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user