github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/core/meta/meta_suite_test.go (about)

     1  // Package meta_test: unit tests for the package
     2  /*
     3   * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved.
     4   */
     5  package meta_test
     6  
     7  import (
     8  	"testing"
     9  
    10  	. "github.com/onsi/ginkgo/v2"
    11  	. "github.com/onsi/gomega"
    12  )
    13  
    14  func TestCluster(t *testing.T) {
    15  	RegisterFailHandler(Fail)
    16  	RunSpecs(t, t.Name())
    17  }