mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: update linter, fix issues
This commit is contained in:
parent
722ad8839d
commit
65251e8821
36 changed files with 617 additions and 1200 deletions
|
|
@ -171,11 +171,7 @@ func TestLoopInTimeout(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, next := range []bool{false, true} {
|
||||
next := next
|
||||
|
||||
for _, testCase := range testCases {
|
||||
testCase := testCase
|
||||
|
||||
name := testCase.name
|
||||
if next {
|
||||
name += " experimental protocol"
|
||||
|
|
@ -384,10 +380,7 @@ func TestLoopInResume(t *testing.T) {
|
|||
|
||||
for _, next := range []bool{false, true} {
|
||||
for _, version := range storedVersion {
|
||||
version := version
|
||||
for _, testCase := range testCases {
|
||||
testCase := testCase
|
||||
|
||||
name := fmt.Sprintf(
|
||||
"%v %v", testCase, version.String(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue