fix linters

This commit is contained in:
Steven Allen 2020-10-05 11:08:46 -07:00
parent 5a08b881d6
commit f8b2022f82

View File

@ -28,6 +28,7 @@ func TestCCUpgrade(t *testing.T, b APIBuilder, blocktime time.Duration) {
520, // after upgrade deal 520, // after upgrade deal
5000, // after 5000, // after
} { } {
height := height // make linters happy by copying
t.Run(fmt.Sprintf("upgrade-%d", height), func(t *testing.T) { t.Run(fmt.Sprintf("upgrade-%d", height), func(t *testing.T) {
testCCUpgrade(t, b, blocktime, height) testCCUpgrade(t, b, blocktime, height)
}) })