github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/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/onflow/flow-go/model/flow"
     9  )
    10  
    11  func TestDomainTags(t *testing.T) {
    12  	assert.Len(t, flow.TransactionDomainTag, flow.DomainTagLength)
    13  }