mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
12 lines
153 B
Go
12 lines
153 B
Go
package factory
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/tendermint/tendermint/types"
|
|
)
|
|
|
|
func TestMakeHeader(t *testing.T) {
|
|
MakeHeader(t, &types.Header{})
|
|
}
|