github.com/true-sqn/fabric@v2.1.1+incompatible/internal/pkg/peer/orderers/orderers_suite_test.go (about)

     1  /*
     2  Copyright IBM Corp. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  package orderers_test
     8  
     9  import (
    10  	"testing"
    11  
    12  	. "github.com/onsi/ginkgo"
    13  	. "github.com/onsi/gomega"
    14  )
    15  
    16  func TestOrderers(t *testing.T) {
    17  	RegisterFailHandler(Fail)
    18  	RunSpecs(t, "Orderers Suite")
    19  }