github.com/grailbio/base@v0.0.11/cmd/grail-access/remote/bless_test.go (about)

     1  // Copyright 2022 GRAIL, Inc. All rights reserved.
     2  // Use of this source code is governed by the Apache-2.0
     3  // license that can be found in the LICENSE file.
     4  
     5  package remote_test
     6  
     7  import (
     8  	"testing"
     9  
    10  	_ "github.com/grailbio/base/cmd/grail-access/remote"
    11  )
    12  
    13  // TestInit verifies that init code does not panic.
    14  func TestInit(t *testing.T) {
    15  	// This space is intentionally left blank.
    16  }