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

16 lines
227 B
Go

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