mirror of https://github.com/databricks/cli.git
10 lines
87 B
Go
10 lines
87 B
Go
|
package build
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestGetDetails(t *testing.T) {
|
||
|
GetInfo()
|
||
|
}
|