mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-19 05:36:15 +00:00
fix lint
This commit is contained in:
@@ -304,6 +304,7 @@ func TestSaveBlockWithExtendedCommitPanicOnAbsentExtension(t *testing.T) {
|
||||
} {
|
||||
t.Run(testCase.name, func(t *testing.T) {
|
||||
state, bs, cleanup, err := makeStateAndBlockStore(t.TempDir())
|
||||
require.NoError(t, err)
|
||||
defer cleanup()
|
||||
block := factory.MakeBlock(state, bs.Height()+1, new(types.Commit))
|
||||
seenCommit := makeTestExtCommit(block.Header.Height, tmtime.Now())
|
||||
|
||||
Reference in New Issue
Block a user