github.com/ari-anchor/sei-tendermint@v0.0.0-20230519144642-dc826b7b56bb/internal/test/factory/factory_test.go (about) 1 package factory 2 3 import ( 4 "testing" 5 6 "github.com/ari-anchor/sei-tendermint/types" 7 ) 8 9 func TestMakeHeader(t *testing.T) { 10 MakeHeader(t, &types.Header{}) 11 } 12 13 func TestRandomNodeID(t *testing.T) { 14 RandomNodeID(t) 15 }