Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Oct 5, 2020
1 parent 5a08b88 commit 60bc131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/test/ccupgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func TestCCUpgrade(t *testing.T, b APIBuilder, blocktime time.Duration) {
5000, // after
} {
t.Run(fmt.Sprintf("upgrade-%d", height), func(t *testing.T) {
height := height // make linters happy by copying
testCCUpgrade(t, b, blocktime, height)
})
}
Expand Down

0 comments on commit 60bc131

Please sign in to comment.