github.com/yimialmonte/fabric@v2.1.1+incompatible/common/channelconfig/organization_test.go (about)

     1  /*
     2  Copyright IBM Corp. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  package channelconfig
     8  
     9  import (
    10  	"testing"
    11  )
    12  
    13  func TestOrganization(t *testing.T) {
    14  	_ = Org(&OrganizationConfig{})
    15  }