fix lints

This commit is contained in:
Steven Allen 2020-10-02 17:45:01 -07:00
parent f1e5e9fe72
commit 863a6ed38c

View File

@ -121,6 +121,7 @@ func TestWindowPost(t *testing.T, b APIBuilder, blocktime time.Duration, nSector
162, // while sealing
5000, // while proving
} {
height := height // copy to satisfy lints
t.Run(fmt.Sprintf("upgrade-%d", height), func(t *testing.T) {
testWindowPostUpgrade(t, b, blocktime, nSectors, height)
})