databricks-cli/internal/build/info_test.go

10 lines
87 B
Go

package build
import (
"testing"
)
func TestGetDetails(t *testing.T) {
GetInfo()
}