Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <lance6716@gmail.com>
  • Loading branch information
lance6716 committed Apr 15, 2023
1 parent 313c84a commit 28dd9d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions br/pkg/lightning/backend/local/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1322,9 +1322,8 @@ func TestNotLeaderErrorNeedUpdatePeers(t *testing.T) {
if job.stage == ingested {
jobWg.Done()
return
} else {
jobCh <- job
}
jobCh <- job
}
}()
wg.Add(1)
Expand Down

0 comments on commit 28dd9d9

Please sign in to comment.