github.com/myafeier/fabric@v1.0.1-0.20170722181825-3a4b1f2bce86/gossip/common/common_test.go (about)

     1  /*
     2  Copyright IBM Corp. All Rights Reserved.
     3  
     4  SPDX-License-Identifier: Apache-2.0
     5  */
     6  
     7  package common
     8  
     9  import "testing"
    10  
    11  func TestNoop(t *testing.T) {
    12  	// This is just to make this package included in the code-coverage statistics
    13  }