Files
tendermint/internal/test/factory_test.go
2022-08-09 15:15:18 +02:00

12 lines
153 B
Go

package factory
import (
"testing"
"github.com/tendermint/tendermint/types"
)
func TestMakeHeader(t *testing.T) {
MakeHeader(t, &types.Header{})
}