github.com/koko1123/flow-go-1@v0.29.6/model/flow/constants_test.go (about) 1 package flow_test 2 3 import ( 4 "testing" 5 6 "github.com/stretchr/testify/assert" 7 8 "github.com/koko1123/flow-go-1/model/flow" 9 ) 10 11 func TestDomainTags(t *testing.T) { 12 assert.Len(t, flow.TransactionDomainTag, flow.DomainTagLength) 13 }