go_study/fabric-main/common/channelconfig/organization_test.go

16 lines
203 B
Go

/*
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package channelconfig
import (
"testing"
)
func TestOrganization(t *testing.T) {
_ = Org(&OrganizationConfig{})
}