github.com/adecaro/fabric-ca@v2.0.0-alpha+incompatible/lib/server/db/util/util_suite_test.go (about)

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